summaryrefslogtreecommitdiff
path: root/games/gnomememoryblocks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnomememoryblocks/Makefile')
-rw-r--r--games/gnomememoryblocks/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile
index 55f1fe098003..8d577f30db34 100644
--- a/games/gnomememoryblocks/Makefile
+++ b/games/gnomememoryblocks/Makefile
@@ -16,7 +16,7 @@ DISTNAME= gnome-memblocks-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Memory Blocks game for GNOME
-USE_X_PREFIX= yes
+USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -27,5 +27,7 @@ post-patch:
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|games\.|games:| ; s|2111|2555|' \
+ ${WRKSRC}/Makefile.in
.include <bsd.port.mk>