diff options
Diffstat (limited to 'games/zaz/Makefile')
-rw-r--r-- | games/zaz/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/zaz/Makefile b/games/zaz/Makefile index 9dda7383c6c..245ef9dcb19 100644 --- a/games/zaz/Makefile +++ b/games/zaz/Makefile @@ -26,16 +26,16 @@ CONFIGURE_ARGS= --with-icondir="${PREFIX}/share/pixmaps" PORTDOCS= * -# Unconditially disable NLS for now: the game segfaults with 8bit locales .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else +# Unconditially disable NLS for now: the game segfaults with 8bit locales +#.if ${PORT_OPTIONS:MNLS} +#USES+= gettext +#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|' \ |