aboutsummaryrefslogtreecommitdiff
path: root/games/zaz
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-10-13 22:58:27 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-10-13 22:58:27 +0000
commit04f6b09ab8dd25dd68e4fd2c9e44a54eaff6e256 (patch)
treef1c6193ac83f5ff287a62654933f6433cb6a037c /games/zaz
parent2797cd76258e800bfe4027967943e437f5af9f16 (diff)
downloadports-04f6b09ab8dd25dd68e4fd2c9e44a54eaff6e256.tar.gz
ports-04f6b09ab8dd25dd68e4fd2c9e44a54eaff6e256.zip
Notes
Diffstat (limited to 'games/zaz')
-rw-r--r--games/zaz/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/games/zaz/Makefile b/games/zaz/Makefile
index c6714a0473e6..a2608ca1be88 100644
--- a/games/zaz/Makefile
+++ b/games/zaz/Makefile
@@ -7,6 +7,7 @@
PORTNAME= zaz
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}
@@ -29,13 +30,14 @@ CONFIGURE_ARGS= --with-icondir="${PREFIX}/share/pixmaps"
PORTDOCS= *
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-.else
+# Unconditially disable NLS for now: the game segfaults with 8bit locales
+#.if !defined(WITHOUT_NLS)
+#USE_GETTEXT= yes
+#PLIST_SUB+= NLS=""
+#.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
-.endif
+#.endif
post-patch:
@${REINPLACE_CMD} -e '/^zazdocdir =/ s|$${prefix}/doc|$${prefix}/share/doc|' \