aboutsummaryrefslogtreecommitdiffstats
path: root/games/ggz-gtk-client
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-gtk-client
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-gtk-client')
-rw-r--r--games/ggz-gtk-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ggz-gtk-client/Makefile b/games/ggz-gtk-client/Makefile
index 2f2795114f2d..213db5d66825 100644
--- a/games/ggz-gtk-client/Makefile
+++ b/games/ggz-gtk-client/Makefile
@@ -25,7 +25,7 @@ OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
-NLS_CONFIGURE_ARGS= --disable-nls
+NLS_CONFIGURE_OFF= --disable-nls
.include "${.CURDIR}/../libggz/bsd.ggz.mk"
.include <bsd.port.mk>