svn commit: r317842 - head/x11-wm/wmconfig
Lars Engels
lme at FreeBSD.org
Fri May 10 20:44:51 UTC 2013
Author: lme
Date: Fri May 10 20:44:50 2013
New Revision: 317842
URL: http://svnweb.freebsd.org/changeset/ports/317842
Log:
Fix plist
Modified:
head/x11-wm/wmconfig/Makefile
Modified: head/x11-wm/wmconfig/Makefile
==============================================================================
--- head/x11-wm/wmconfig/Makefile Fri May 10 20:44:03 2013 (r317841)
+++ head/x11-wm/wmconfig/Makefile Fri May 10 20:44:50 2013 (r317842)
@@ -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:
More information about the svn-ports-head
mailing list