aboutsummaryrefslogtreecommitdiffstats
path: root/games/ggz-client-libs
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2014-03-03 23:44:12 +0800
committermakc <makc@FreeBSD.org>2014-03-03 23:44:12 +0800
commit21dae0465b7d3029f46c0954ce9f3ffd677af95a (patch)
treeb08c1f035a5879b7a0d875fc7595513e805e6a4e /games/ggz-client-libs
parentdffb423a0ab205183bfea77a3eb6b1d4df743cd1 (diff)
downloadfreebsd-ports-gnome-21dae0465b7d3029f46c0954ce9f3ffd677af95a.tar.gz
freebsd-ports-gnome-21dae0465b7d3029f46c0954ce9f3ffd677af95a.tar.zst
freebsd-ports-gnome-21dae0465b7d3029f46c0954ce9f3ffd677af95a.zip
games/ggz-* ports:
- Fix build without NLS option after r344109 PR: ports/187213 Reported by: Kevin Zheng <kevinz5000@gmail.com>
Diffstat (limited to 'games/ggz-client-libs')
-rw-r--r--games/ggz-client-libs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile
index 0aa39f22b4bd..48e23d9f1d93 100644
--- a/games/ggz-client-libs/Makefile
+++ b/games/ggz-client-libs/Makefile
@@ -26,7 +26,7 @@ OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
-NLS_CONFIGURE_ARGS= --disable-nls
+NLS_CONFIGURE_OFF= --disable-nls
post-patch:
@${REINPLACE_CMD} -e 's|libggz.la|libggz.so|g' ${WRKSRC}/configure