aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmconfig
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2013-05-10 20:44:50 +0000
committerLars Engels <lme@FreeBSD.org>2013-05-10 20:44:50 +0000
commitb1c19fe4897a5e8d8dc3489e49e4830e2b6b3688 (patch)
treeb8ca0c01f981636c4bd2d5cba3ea3fa7893e7225 /x11-wm/wmconfig
parent61085d57bb09f93687a2438642edc23b34e35bc6 (diff)
downloadports-b1c19fe4897a5e8d8dc3489e49e4830e2b6b3688.tar.gz
ports-b1c19fe4897a5e8d8dc3489e49e4830e2b6b3688.zip
Fix plist
Notes
Notes: svn path=/head/; revision=317842
Diffstat (limited to 'x11-wm/wmconfig')
-rw-r--r--x11-wm/wmconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/wmconfig/Makefile b/x11-wm/wmconfig/Makefile
index 6a245663cfba..d9f56dc7bd13 100644
--- a/x11-wm/wmconfig/Makefile
+++ b/x11-wm/wmconfig/Makefile
@@ -24,14 +24,14 @@ OPTIONS_DEFAULT= NLS DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
CONFIGURE_ARGS+=--enable-nls
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB= NLS="@comment "
+PLIST_SUB+= NLS="@comment "
.endif
post-install: