Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2013 20:44:50 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317842 - head/x11-wm/wmconfig
Message-ID:  <201305102044.r4AKioL6043214@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305102044.r4AKioL6043214>