svn commit: r316484 - in head/deskutils: xpad xpad-current

Jason Helfman jgh at FreeBSD.org
Wed Apr 24 23:04:23 UTC 2013


Author: jgh
Date: Wed Apr 24 23:04:22 2013
New Revision: 316484
URL: http://svnweb.freebsd.org/changeset/ports/316484

Log:
  - convert USE_GETTEXT to USES

Modified:
  head/deskutils/xpad-current/Makefile
  head/deskutils/xpad/Makefile

Modified: head/deskutils/xpad-current/Makefile
==============================================================================
--- head/deskutils/xpad-current/Makefile	Wed Apr 24 22:52:16 2013	(r316483)
+++ head/deskutils/xpad-current/Makefile	Wed Apr 24 23:04:22 2013	(r316484)
@@ -31,7 +31,7 @@ USE_GMAKE=	yes
 
 #code currently doesn't properly handle --disable-nls (in next upstream milestone)
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=	yes
+USES+=		gettext
 PLIST_SUB+=	NLS=""
 .else
 CONFIGURE_ARGS+=	--disable-nls

Modified: head/deskutils/xpad/Makefile
==============================================================================
--- head/deskutils/xpad/Makefile	Wed Apr 24 22:52:16 2013	(r316483)
+++ head/deskutils/xpad/Makefile	Wed Apr 24 23:04:22 2013	(r316484)
@@ -30,7 +30,7 @@ MAN1=		xpad.1
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=	yes
+USES+=		gettext
 PLIST_SUB+=	NLS=""
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list