Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2013 06:26:37 +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: r316882 - in head/print: foxitreader pslib
Message-ID:  <201304300626.r3U6QbLb090620@svn.freebsd.org>

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



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