From owner-svn-ports-head@FreeBSD.ORG Tue Apr 30 06:26:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4E1EE56E; Tue, 30 Apr 2013 06:26:38 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 417DA1DC0; Tue, 30 Apr 2013 06:26:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3U6QcZF090622; Tue, 30 Apr 2013 06:26:38 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3U6QbLb090620; Tue, 30 Apr 2013 06:26:37 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201304300626.r3U6QbLb090620@svn.freebsd.org> From: Jason Helfman Date: Tue, 30 Apr 2013 06:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316882 - in head/print: foxitreader pslib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 06:26:38 -0000 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