svn commit: r316882 - in head/print: foxitreader pslib

Jason Helfman jgh at FreeBSD.org
Tue Apr 30 06:26:38 UTC 2013


Author: jgh
Date: Tue Apr 30 06:26:37 2013
New Revision: 316882
URL: http://svnweb.freebsd.org/changeset/ports/316882

Log:
  - convert remaining ports to USES= gettext in print category
  
  Approved by:	portmgr (bapt@)

Modified:
  head/print/foxitreader/Makefile
  head/print/pslib/Makefile

Modified: head/print/foxitreader/Makefile
==============================================================================
--- head/print/foxitreader/Makefile	Tue Apr 30 06:23:15 2013	(r316881)
+++ head/print/foxitreader/Makefile	Tue Apr 30 06:26:37 2013	(r316882)
@@ -23,7 +23,7 @@ NO_BUILD=	yes
 PLIST_SUB=	NLS="${NLS}"
 
 USE_BZIP2=	yes
-USE_GETTEXT=	yes
+USES=		gettext
 USE_LINUX=	yes
 USE_LINUX_APPS=	cups-libs gtk2
 

Modified: head/print/pslib/Makefile
==============================================================================
--- head/print/pslib/Makefile	Tue Apr 30 06:23:15 2013	(r316881)
+++ head/print/pslib/Makefile	Tue Apr 30 06:26:37 2013	(r316882)
@@ -14,9 +14,8 @@ LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphic
 		png15:${PORTSDIR}/graphics/png \
 		tiff.4:${PORTSDIR}/graphics/tiff
 
-USES=		pathfix pkgconfig
+USES=		pathfix pkgconfig gettext
 USE_GNOME=	intlhack
-USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-head mailing list