Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2013 23:04:22 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316484 - in head/deskutils: xpad xpad-current
Message-ID:  <201304242304.r3ON4MQK069480@svn.freebsd.org>

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



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