Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 10:47:03 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316343 - in head: games/alienarena games/epiar games/gretools games/gtkevemon games/ioquake3 games/klavaro games/lianliankan games/libfov games/nlarn games/poker-engine games/poker-eva...
Message-ID:  <201304231047.r3NAl3Oh073268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr 23 10:47:02 2013
New Revision: 316343
URL: http://svnweb.freebsd.org/changeset/ports/316343

Log:
  Convert g* to USES=pkgconfig

Modified:
  head/games/alienarena/Makefile
  head/games/epiar/Makefile
  head/games/gretools/Makefile
  head/games/gtkevemon/Makefile
  head/games/ioquake3/Makefile
  head/games/klavaro/Makefile
  head/games/lianliankan/Makefile
  head/games/libfov/Makefile
  head/games/nlarn/Makefile
  head/games/poker-engine/Makefile
  head/games/poker-eval/Makefile
  head/games/py-fife/Makefile
  head/games/py-poker-eval/Makefile
  head/games/stonesoup/Makefile
  head/games/super_methane_brothers/Makefile
  head/games/thegrind/Makefile
  head/games/ultimatestunts/Makefile
  head/graphics/ImageMagick/Makefile
  head/graphics/OpenEXR/Makefile
  head/graphics/agg/Makefile
  head/graphics/ampasCTL/Makefile
  head/graphics/autotrace/Makefile
  head/graphics/cbrpager/Makefile
  head/graphics/clutter/Makefile
  head/graphics/digikam-kde4/Makefile
  head/graphics/digikam-kde4/Makefile.common
  head/graphics/djview4/Makefile
  head/graphics/dri/Makefile
  head/graphics/electrix/Makefile
  head/graphics/evas-core/Makefile
  head/graphics/evas-engine-buffer/Makefile
  head/graphics/evas-loader-bmp/Makefile
  head/graphics/evas-loader-eet/Makefile
  head/graphics/evas-loader-generic/Makefile
  head/graphics/evas-loader-ico/Makefile
  head/graphics/evas-loader-jpeg/Makefile
  head/graphics/evas-loader-pmaps/Makefile
  head/graphics/evas-loader-png/Makefile
  head/graphics/evas-loader-psd/Makefile
  head/graphics/evas-loader-tga/Makefile
  head/graphics/evas-loader-tiff/Makefile
  head/graphics/evas-loader-wbmp/Makefile
  head/graphics/evas_generic_loaders-raw/Makefile
  head/graphics/evas_generic_loaders-xcf/Makefile
  head/graphics/exif/Makefile
  head/graphics/freeglut/Makefile
  head/graphics/fv/Makefile
  head/graphics/gegl/Makefile
  head/graphics/gexiv2/Makefile
  head/graphics/giblib/Makefile
  head/graphics/gimp-app/Makefile
  head/graphics/gphoto2/Makefile
  head/graphics/gsnapshot/Makefile
  head/graphics/gthumb/Makefile
  head/graphics/iccxml/Makefile
  head/graphics/icon-slicer/Makefile
  head/graphics/ilmbase/Makefile
  head/graphics/ipe/Makefile
  head/graphics/lensfun/Makefile
  head/graphics/libGL/Makefile
  head/graphics/libcaca/Makefile
  head/graphics/libcdr/Makefile
  head/graphics/libexif/Makefile
  head/graphics/libopenraw/Makefile
  head/graphics/libqrencode/Makefile
  head/graphics/librasterlite/Makefile
  head/graphics/libreatlas/Makefile
  head/graphics/libvisual/Makefile
  head/graphics/libwpg/Makefile
  head/graphics/mapserver/Makefile
  head/graphics/mupdf/Makefile
  head/graphics/openexr_ctl/Makefile
  head/graphics/pngwriter/Makefile
  head/graphics/pstoedit/Makefile
  head/graphics/qtgtl/Makefile
  head/graphics/rawtherapee/Makefile
  head/graphics/ristretto/Makefile
  head/graphics/sane-backends/Makefile
  head/graphics/silgraphite/Makefile
  head/graphics/sswf/Makefile
  head/graphics/swftools/Makefile
  head/graphics/tif22pnm/Makefile
  head/graphics/wxsvg/Makefile
  head/graphics/yagf/Makefile

Modified: head/games/alienarena/Makefile
==============================================================================
--- head/games/alienarena/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/alienarena/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	alienarena
-# Date created:				11 May 2006
-# Whom:					alepulver
-#
+# Created by: alepulver
 # $FreeBSD$
-#
 
 PORTNAME=	alienarena
 PORTVERSION=	2011.753
@@ -47,10 +43,10 @@ PLIST_SUB=	LIBDIR=${LIBDIR:S/${PREFIX}\/
 
 LIBDIR=		${PREFIX}/lib/${PORTNAME}
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if defined(WITH_CLIENT)
-USE_PKGCONFIG=	yes
+USES+=		pkgconfig
 LIB_DEPENDS+=	curl.6:${PORTSDIR}/ftp/curl \
 		freetype.9:${PORTSDIR}/print/freetype2 \
 		jpeg.11:${PORTSDIR}/graphics/jpeg \
@@ -107,4 +103,4 @@ post-install:
 	@${CAT} ${PKGMESSAGE}
 	@${ECHO_CMD}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/games/epiar/Makefile
==============================================================================
--- head/games/epiar/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/epiar/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -21,13 +21,13 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/
 		xml2:${PORTSDIR}/textproc/libxml2 \
 		physfs:${PORTSDIR}/devel/physfs
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_SDL=	image mixer sdl
 USE_GL=		glu
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	aclocal
 USE_GMAKE=	yes
-USE_PKGCONFIG=	build
 MAKE_JOBS_SAFE=	yes
 
 PORTDOCS=	AUTHORS ChangeLog README

Modified: head/games/gretools/Makefile
==============================================================================
--- head/games/gretools/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/gretools/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -13,12 +13,11 @@ COMMENT=	GNOME vocabulary builder
 
 LICENSE=	GPLv2
 
-USES=        pathfix
+USES=		pathfix pkgconfig
 USE_GNOME=	gnomeprefix pygnome2
 USE_PYTHON=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_PKGCONFIG=	build
 INSTALLS_OMF=	yes
 
 post-patch:

Modified: head/games/gtkevemon/Makefile
==============================================================================
--- head/games/gtkevemon/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/gtkevemon/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -15,9 +15,9 @@ FETCH_ARGS=	-pRr
 CHANGESET=	8fa5c0b5f16b
 WRKSRC=		${WRKDIR}/BattleClinic-${PORTNAME}-${CHANGESET}/${PORTNAME}
 
+USES=		pkgconfig:both
 USE_GNOME=	gtk20 libxml2
 USE_GMAKE=	yes
-USE_PKGCONFIG=	both
 USE_OPENSSL=	yes
 
 .include <bsd.port.pre.mk>

Modified: head/games/ioquake3/Makefile
==============================================================================
--- head/games/ioquake3/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/ioquake3/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ioquake3
-# Date created:				3 Jun 2006
-# Whom:					alepulver
-#
+# Created by: alepulver
 # $FreeBSD$
-#
 
 PORTNAME?=	ioquake3
 DISTVERSION?=	1.36
@@ -16,8 +12,8 @@ EXTRACT_SUFX?=	.zip
 MAINTAINER?=	kamikaze@bsdforen.de
 COMMENT?=	Cleaned-up and enhanced version of Quake 3
 
+USES=		pkgconfig
 USE_GMAKE=	yes
-USE_PKGCONFIG=	yes
 
 .if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX:M*-server}
 # Server config

Modified: head/games/klavaro/Makefile
==============================================================================
--- head/games/klavaro/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/klavaro/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -22,9 +22,9 @@ LIB_DEPENDS=	pthread-stubs:${PORTSDIR}/d
 		gtkdatabox:${PORTSDIR}/x11-toolkits/gtkdatabox \
 		xcb:${PORTSDIR}/x11/libxcb
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_PKGCONFIG=	build
 USE_GETTEXT=	yes
 USE_ICONV=	yes
 USE_XORG=	pixman x11 xau xcomposite xcursor xdamage xdmcp xext \

Modified: head/games/lianliankan/Makefile
==============================================================================
--- head/games/lianliankan/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/lianliankan/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -13,7 +13,7 @@ COMMENT=	Tile matching game
 
 LICENSE=	GPLv2
 
-USE_PKGCONFIG=	build
+USES=		pkgconfig
 USE_GNOME=	gtk20 esound
 USE_AUTOTOOLS=	aclocal automake autoconf libtool
 MAKE_JOBS_SAFE=	yes

Modified: head/games/libfov/Makefile
==============================================================================
--- head/games/libfov/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/libfov/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -12,9 +12,8 @@ COMMENT=	C library for calculating field
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=	pathfix
+USES=	pathfix pkgconfig
 USE_AUTOTOOLS=	libtool
-USE_PKGCONFIG=	yes
 CONFIGURE_ENV=	ac_cv_prog_doxygen=no ac_cv_path_SDL_CONFIG=no
 USE_LDCONFIG=	yes
 

Modified: head/games/nlarn/Makefile
==============================================================================
--- head/games/nlarn/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/nlarn/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -11,9 +11,9 @@ COMMENT=	Roguelike game and as such a re
 
 LICENSE=	GPLv3
 
+USES=		pkgconfig
 USE_LUA=	5.1
 USE_GNOME=	glib20
-USE_PKGCONFIG=	build
 USE_GMAKE=	yes
 
 post-configure:

Modified: head/games/poker-engine/Makefile
==============================================================================
--- head/games/poker-engine/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/poker-engine/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -22,8 +22,8 @@ RUN_DEPENDS=	${LOCALBASE}/bin/rsync:${PO
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		pkgconfig
 USE_PYTHON=	2.5-2.7
-USE_PKGCONFIG=	yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes

Modified: head/games/poker-eval/Makefile
==============================================================================
--- head/games/poker-eval/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/poker-eval/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection Makefile for:	poker-eval
-# Date created:			Dec 14, 2006
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	poker-eval
 PORTVERSION=	0.138
@@ -19,9 +14,9 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 
 post-patch:

Modified: head/games/py-fife/Makefile
==============================================================================
--- head/games/py-fife/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/py-fife/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -39,7 +39,7 @@ USE_PYTHON=		2.7
 USE_XORG=		xcursor
 USE_GL=			gl
 
-USE_PKGCONFIG=		build
+USES=			pkgconfig
 
 post-patch:
 	${REINPLACE_CMD} -e 's/X11R6/local/g; s/libpng/ligpng15/g' ${WRKSRC}/build/openbsd4-config.py && \

Modified: head/games/py-poker-eval/Makefile
==============================================================================
--- head/games/py-poker-eval/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/py-poker-eval/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection Makefile for:	py-poker-eval
-# Date created:			Dec 14, 2006
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	poker-eval
 PORTVERSION=	0.138
@@ -21,8 +16,8 @@ LIB_DEPENDS=	poker-eval.1:${PORTSDIR}/ga
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		pkgconfig
 USE_PYTHON=	2.5-2.7
-USE_PKGCONFIG=	yes
 USE_AUTOTOOLS=	aclocal autoconf automake libtool
 ACLOCAL_ARGS=	-I config
 CONFIGURE_ARGS=	PYTHON=""

Modified: head/games/stonesoup/Makefile
==============================================================================
--- head/games/stonesoup/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/stonesoup/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -15,10 +15,9 @@ LICENSE_FILE=	${WRKDIR}/stone_soup-${POR
 
 USE_SQLITE=	yes
 USE_XZ=		yes
-USES=		bison
+USES=		bison pkgconfig
 USE_GMAKE=	yes
 USE_LUA=	5.1
-USE_PKGCONFIG=	build
 USE_PERL5_BUILD=	yes
 
 MAKE_JOBS_SAFE=	yes

Modified: head/games/super_methane_brothers/Makefile
==============================================================================
--- head/games/super_methane_brothers/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/super_methane_brothers/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -16,9 +16,9 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	clan23Core:${PORTSDIR}/devel/clanlib \
 		execinfo:${PORTSDIR}/devel/libexecinfo
 
+USES=		pkgconfig
 USE_GCC=	4.6+
 USE_GL=		glu
-USE_PKGCONFIG=	build
 USE_GMAKE=	yes
 MAKE_ENV=	METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LDFLAGS}"
 MAKE_JOBS_UNSAFE=	yes

Modified: head/games/thegrind/Makefile
==============================================================================
--- head/games/thegrind/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/thegrind/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -1,9 +1,5 @@
-# New Ports collection makefile for:	The Grind
-# Date created:		2012-05-18
-# Whom:			nemysis@gmx.ch
-#
+# Created by: nemysis@gmx.ch
 # $FreeBSD$
-#
 
 PORTNAME=	thegrind
 PORTVERSION=	0.1.2
@@ -22,8 +18,8 @@ LIB_DEPENDS=	radius:${PORTSDIR}/graphics
 		physfs.1:${PORTSDIR}/devel/physfs
 RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
-USE_PKGCONFIG=	build
 ALL_TARGET=	${PORTNAME}
 USE_SDL=	sdl sound
 USE_GL=		glu

Modified: head/games/ultimatestunts/Makefile
==============================================================================
--- head/games/ultimatestunts/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/games/ultimatestunts/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -17,11 +17,11 @@ LIB_DEPENDS=	vorbisfile.6:${PORTSDIR}/au
 
 OPTIONS_DEFINE=	DOCS
 
+USES=		pkgconfig
 USE_OPENAL=	al alut
 USE_GL=		gl glu
 USE_SDL=	sdl image
 USE_GETTEXT=	yes
-USE_PKGCONFIG=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-openal
 MAKE_JOBS_UNSAFE=	yes

Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/ImageMagick/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -32,10 +32,9 @@ COMMENT=	Image processing tools
 
 LICENSE=	AL2
 
+USES=		pkgconfig pathfix
 USE_XZ=		yes
 USE_PERL5=	yes
-USE_PKGCONFIG=	yes
-USE_GNOME=	gnomehack
 USE_AUTOTOOLS=	libltdl
 # For some reason, using our libtool breaks the build into pieces:
 #USE_AUTOTOOLS+=	libtool

Modified: head/graphics/OpenEXR/Makefile
==============================================================================
--- head/graphics/OpenEXR/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/OpenEXR/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	OpenEXR
-# Date created:				2003/01/26
-# Whom:					nork@FreeBSD.org
-#
+# Created by: nork@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	OpenEXR
 PORTVERSION=	1.7.1
@@ -20,8 +16,8 @@ LIB_DEPENDS=	Imath:${PORTSDIR}/graphics/
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
+USES=		pkgconfig
 USE_GMAKE=	yes
-USE_PKGCONFIG=	build
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	YES

Modified: head/graphics/agg/Makefile
==============================================================================
--- head/graphics/agg/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/agg/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -16,10 +16,9 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2
 
 USE_XORG=	x11
-USES=	pathfix
+USES=	pathfix pkgconfig
 USE_SDL=	sdl
 USE_GMAKE=	yes
-USE_PKGCONFIG=	yes
 USE_AUTOTOOLS=	aclocal autoheader autoconf libtoolize automake
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
 AUTOMAKE_ARGS=	--foreign --add-missing --ignore-deps

Modified: head/graphics/ampasCTL/Makefile
==============================================================================
--- head/graphics/ampasCTL/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/ampasCTL/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -1,6 +1,4 @@
-# New ports collection makefile for:	ampasCTL
-# Date created:				2007-10-08
-# Whom:					nork@FreeBSD.org
+# Created by: nork@FreeBSD.org
 #
 # $FreeBSD$
 #
@@ -18,7 +16,7 @@ LICENSE=	BSD
 
 LIB_DEPENDS=	Imath:${PORTSDIR}/graphics/ilmbase
 
-USE_PKGCONFIG=	build
+USES=		pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool

Modified: head/graphics/autotrace/Makefile
==============================================================================
--- head/graphics/autotrace/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/autotrace/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -20,8 +20,7 @@ OPTIONS_DEFAULT=	IMAGEMAGICK PSTOEDIT
 MING_DESC=	Enable swf interface
 PSTOEDIT_DESC=	Convert postscript to other formats
 
-USES=	pathfix
-USE_PKGCONFIG=	build
+USES=	pathfix pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE= yes

Modified: head/graphics/cbrpager/Makefile
==============================================================================
--- head/graphics/cbrpager/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/cbrpager/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -20,7 +20,7 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	jpegtopnm:${PORTSDIR}/graphics/netpbm
 
 GNU_CONFIGURE=	yes
-USE_PKGCONFIG=	build
+USES=		pkgconfig
 USE_GNOME=	libgnomeui
 MAKE_JOBS_SAFE=	yes
 

Modified: head/graphics/clutter/Makefile
==============================================================================
--- head/graphics/clutter/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/clutter/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -16,12 +16,12 @@ LIB_DEPENDS=	json-glib-1.0:${PORTSDIR}/d
 
 LICENSE=	LGPL21
 
+USES=		pkgconfig
 USE_GMAKE=	yes
 USE_GETTEXT=	yes
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gdkpixbuf2 gnomehack ltverhack gnomeprefix atk pango
-USE_PKGCONFIG=	build
 USE_GL=		gl
 USE_XORG=	glproto x11 xfixes xdamage xcomposite xi
 USE_LDCONFIG=	yes

Modified: head/graphics/digikam-kde4/Makefile
==============================================================================
--- head/graphics/digikam-kde4/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/digikam-kde4/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -30,7 +30,7 @@ NO_OPTIONS_SORT=	yes
 GPHOTO2_DESC=		Enable gphoto2 camera support
 PIMLIBS_DESC=		Enable address book support
 
-USE_PKGCONFIG=	build
+USES+=		pkgconfig
 USE_KDE4+=	libkdcraw libkexiv2 libkipi
 USE_QT4+=	sql-sqlite3_run
 USE_LDCONFIG=	yes

Modified: head/graphics/digikam-kde4/Makefile.common
==============================================================================
--- head/graphics/digikam-kde4/Makefile.common	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/digikam-kde4/Makefile.common	Tue Apr 23 10:47:02 2013	(r316343)
@@ -127,7 +127,7 @@ DISTINFO_FILE=	${.CURDIR}/../../graphics
 CONFLICTS_INSTALL=	kipi-plugins-2.*
 
 DESCR=		${.CURDIR}/../../graphics/kipi-plugins-kde4/pkg-descr
-USE_PKGCONFIG=	build
+USES+=		pkgconfig
 
 .if ${KIPI_PLUGIN} != "libkipiplugins"
 EXTRA_PATCHES=	${.CURDIR}/../../graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt

Modified: head/graphics/djview4/Makefile
==============================================================================
--- head/graphics/djview4/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/djview4/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	djview
-# Date created:		2007-02-13
-# Whom:			Stanislav Sedov <stas@FreeBSD.org>
-#
+# Created by: Stanislav Sedov <stas@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	djview
 PORTVERSION=	4.9
@@ -19,8 +15,8 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	djvulibre:${PORTSDIR}/graphics/djvulibre
 
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_QT4=	gui network rcc_build uic_build moc_build qmake_build
-USE_PKGCONFIG=	yes
 QT_NONSTANDARD=	yes
 CONFIGURE_ARGS=	--x-includes="${LOCALBASE}/include" \
 		--x-libraries="${LOCALBASE}/lib"

Modified: head/graphics/dri/Makefile
==============================================================================
--- head/graphics/dri/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/dri/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -12,7 +12,7 @@ COMMENT=	OpenGL hardware acceleration dr
 LIB_DEPENDS=	drm:${PORTSDIR}/graphics/libdrm \
 		expat.6:${PORTSDIR}/textproc/expat2
 
-USE_PKGCONFIG=	build
+USES=		pkgconfig
 USE_XORG=	glproto x11 xext xxf86vm xdamage xfixes dri2proto
 
 ALL_DRI_DRIVERS=I810 I915 I965 MACH64 MGA R128 R200 R300 R600 RADEON \

Modified: head/graphics/electrix/Makefile
==============================================================================
--- head/graphics/electrix/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/electrix/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -13,10 +13,10 @@ COMMENT=	An application to view PDF file
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gtk20 desktopfileutils intltool intlhack
 USE_PYTHON=	yes
-USE_PKGCONFIG=	build
 
 CONFIGURE_ARGS=	--prefix=${PREFIX}
 

Modified: head/graphics/evas-core/Makefile
==============================================================================
--- head/graphics/evas-core/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-core/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -19,10 +19,9 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USES=		pathfix
+USES=		pathfix pkgconfig
 USE_GCC=	any
 USE_EFL=	librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 DATADIR=	${PREFIX}/share/evas
 EXAMPLESDIR=	${PREFIX}/share/examples/evas

Modified: head/graphics/evas-engine-buffer/Makefile
==============================================================================
--- head/graphics/evas-engine-buffer/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-engine-buffer/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -19,8 +19,8 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 BUILD_WRKSRC=	${WRKSRC}/src/modules/engines/buffer
 INSTALL_WRKSRC=	${BUILD_WRKSRC}

Modified: head/graphics/evas-loader-bmp/Makefile
==============================================================================
--- head/graphics/evas-loader-bmp/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-loader-bmp/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -17,8 +17,8 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/bmp

Modified: head/graphics/evas-loader-eet/Makefile
==============================================================================
--- head/graphics/evas-loader-eet/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-loader-eet/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -19,8 +19,8 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas eet librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/eet \

Modified: head/graphics/evas-loader-generic/Makefile
==============================================================================
--- head/graphics/evas-loader-generic/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-loader-generic/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -23,8 +23,8 @@ OPTIONS+=	${NODE:U} "Install ${NODE} eva
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/generic

Modified: head/graphics/evas-loader-ico/Makefile
==============================================================================
--- head/graphics/evas-loader-ico/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-loader-ico/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -17,8 +17,8 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/ico

Modified: head/graphics/evas-loader-jpeg/Makefile
==============================================================================
--- head/graphics/evas-loader-jpeg/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-loader-jpeg/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -20,8 +20,8 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/j
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/jpeg \

Modified: head/graphics/evas-loader-pmaps/Makefile
==============================================================================
--- head/graphics/evas-loader-pmaps/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-loader-pmaps/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -17,8 +17,8 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/pmaps

Modified: head/graphics/evas-loader-png/Makefile
==============================================================================
--- head/graphics/evas-loader-png/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-loader-png/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -20,8 +20,8 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/png \

Modified: head/graphics/evas-loader-psd/Makefile
==============================================================================
--- head/graphics/evas-loader-psd/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-loader-psd/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -17,8 +17,8 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/psd

Modified: head/graphics/evas-loader-tga/Makefile
==============================================================================
--- head/graphics/evas-loader-tga/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-loader-tga/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -17,8 +17,8 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/tga

Modified: head/graphics/evas-loader-tiff/Makefile
==============================================================================
--- head/graphics/evas-loader-tiff/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-loader-tiff/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -20,8 +20,8 @@ LIB_DEPENDS=	tiff:${PORTSDIR}/graphics/t
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/tiff \

Modified: head/graphics/evas-loader-wbmp/Makefile
==============================================================================
--- head/graphics/evas-loader-wbmp/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas-loader-wbmp/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -17,8 +17,8 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/wbmp

Modified: head/graphics/evas_generic_loaders-raw/Makefile
==============================================================================
--- head/graphics/evas_generic_loaders-raw/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas_generic_loaders-raw/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -19,8 +19,8 @@ LIB_DEPENDS=	raw:${PORTSDIR}/graphics/li
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	eina
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 BINSRC=		${WRKSRC}/src/bin/${PORTNAME}

Modified: head/graphics/evas_generic_loaders-xcf/Makefile
==============================================================================
--- head/graphics/evas_generic_loaders-xcf/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/evas_generic_loaders-xcf/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -17,8 +17,8 @@ LICENSE=	GPLv2
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_EFL=	eina
-USE_PKGCONFIG=	yes
 USE_LDCONFIG=	yes
 
 BINSRC=		${WRKSRC}/src/bin/${PORTNAME}

Modified: head/graphics/exif/Makefile
==============================================================================
--- head/graphics/exif/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/exif/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -13,8 +13,8 @@ COMMENT=	Command line utility to read an
 LIB_DEPENDS=	exif.12:${PORTSDIR}/graphics/libexif \
 		popt.0:${PORTSDIR}/devel/popt
 
+USES=		pkgconfig
 USE_GMAKE=	yes
-USE_PKGCONFIG=	yes
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 CONFIGURE_ENV+=		POPT_CFLAGS=-I${LOCALBASE}/include POPT_LIBS="-L${LOCALBASE}/lib -lpopt"

Modified: head/graphics/freeglut/Makefile
==============================================================================
--- head/graphics/freeglut/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/freeglut/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -1,10 +1,4 @@
-# vim:ts=8:sw=8
-# New ports collection makefile for:	freeglut
-# Date created:		Wed Apr 23 2003
-# Whom:			thierry@pompo.net
-#
 # $FreeBSD$
-#
 
 PORTNAME=	freeglut
 PORTVERSION=	2.8.0

Modified: head/graphics/fv/Makefile
==============================================================================
--- head/graphics/fv/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/fv/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	fv
-# Date created:				07 Sep 2005
-# Whom:					Igor Pokrovsky <ip@doom.homeunix.org>
-#
+# Created by: Igor Pokrovsky <ip@doom.homeunix.org>
 # $FreeBSD$
-#
 
 PORTNAME=	fv
 PORTVERSION=	1.03
@@ -19,10 +15,10 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
+USES=		pkgconfig
 USE_ZIP=	yes
 USE_GL=		glut
 USE_GMAKE=	yes
-USE_PKGCONFIG=	yes
 ALL_TARGET=	${PORTNAME}
 MAKE_JOBS_SAFE=	yes
 

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/gegl/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -22,8 +22,7 @@ SPIRO_DESC=	Spiro support
 #UMFPACK_DESC=	UMFpack support
 
 USE_GNOME=	glib20 intltool
-USES=		pathfix
-USE_PKGCONFIG=	build
+USES=		pathfix pkgconfig
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GETTEXT=	yes

Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/gexiv2/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -16,11 +16,11 @@ BUILD_DEPENDS=	libtool:${PORTSDIR}/devel
 		gm4:${PORTSDIR}/devel/m4
 LIB_DEPENDS=	exiv2:${PORTSDIR}/graphics/exiv2
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	glib20
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -E \

Modified: head/graphics/giblib/Makefile
==============================================================================
--- head/graphics/giblib/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/giblib/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	giblib
-# Date created:				12 Nov 2000
-# Whom:					Jeremy Norris <ishmael27@home.com>
-#
+# Created by: Jeremy Norris <ishmael27@home.com>
 # $FreeBSD$
-#
 
 PORTNAME=	giblib
 PORTVERSION=	1.2.4
@@ -15,11 +11,10 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A utility library that includes a wrapper for imlib2
 
 USE_AUTOTOOLS=	libtool
-USES=	pathfix
+USES=	pathfix pkgconfig
 USE_EFL=	imlib2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	yes
 
 MAKE_JOBS_SAFE=	yes
 

Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/gimp-app/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -39,8 +39,7 @@ USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 USE_GNOME+=	intltool intlhack gtk20 libartlgpl2 ltverhack gnomehier \
 		desktopfileutils
-USES=		pathfix
-USE_PKGCONFIG=	build
+USES=		pathfix pkgconfig
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 LIBTOOLFLAGS=	--disable-ltlibs --release-ignore

Modified: head/graphics/gphoto2/Makefile
==============================================================================
--- head/graphics/gphoto2/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/gphoto2/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -12,9 +12,9 @@ COMMENT=	A command-line frontend to libg
 LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt \
 		gphoto2:${PORTSDIR}/graphics/libgphoto2
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_PKGCONFIG=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-cdk
 MAKE_JOBS_SAFE=	yes

Modified: head/graphics/gsnapshot/Makefile
==============================================================================
--- head/graphics/gsnapshot/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/gsnapshot/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -10,10 +10,10 @@ MASTER_SITES=	SF/gould/${PORTNAME}/relea
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GTK+ based screen capture
 
+USES=		pkgconfig
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtool
 USE_GNOME=	gtk20 libwnck libxml2
 USE_XORG=	x11 xmu
-USE_PKGCONFIG=	yes
 
 CFLAGS+=	-fPIC -I${LOCALBASE}/include/libxml2
 

Modified: head/graphics/gthumb/Makefile
==============================================================================
--- head/graphics/gthumb/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/gthumb/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -16,12 +16,11 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 
 USE_XZ=	yes
 USE_GETTEXT=	yes
-USES=		bison pathfix
+USES=		bison pathfix pkgconfig
 USE_GMAKE=	yes
 USE_GNOME=	gnomeprefix intlhack gnomedocutils gconf2
 WANT_GSTREAMER=	yes
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	build
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/iccxml/Makefile
==============================================================================
--- head/graphics/iccxml/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/iccxml/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -11,8 +11,8 @@ COMMENT=	Tools for reading and writing t
 
 LIB_DEPENDS=	SampleICC:${PORTSDIR}/graphics/sampleicc
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
-USE_PKGCONFIG=	build
 USE_GMAKE=	yes
 USE_GCC=	any
 USE_GNOME=	libxml2

Modified: head/graphics/icon-slicer/Makefile
==============================================================================
--- head/graphics/icon-slicer/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/icon-slicer/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
 
-USE_PKGCONFIG=	build
+USES=		pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/ilmbase/Makefile
==============================================================================
--- head/graphics/ilmbase/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/ilmbase/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -13,7 +13,7 @@ LICENSE=	BSD
 
 CONFLICTS=	OpenEXR-1.[0-4].*
 
-USE_PKGCONFIG=	build
+USES=		pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool

Modified: head/graphics/ipe/Makefile
==============================================================================
--- head/graphics/ipe/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/ipe/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -17,10 +17,10 @@ RUN_DEPENDS=	latex:${PORTSDIR}/print/teT
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}/src
 
+USES=		pkgconfig
 USE_LDCONFIG=	yes
 USE_LUA=	5.1
 USE_GMAKE=	yes
-USE_PKGCONFIG=	yes
 USE_QT4=	gui qt3support qmake_build moc_build uic_build rcc_build
 MAN1=		ipe.1 ipe6upgrade.1 ipeextract.1 iperender.1 ipetoipe.1 ipescript.1
 

Modified: head/graphics/lensfun/Makefile
==============================================================================
--- head/graphics/lensfun/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/lensfun/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -13,10 +13,10 @@ LICENSE=	LGPL3
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	glib20
-USE_PKGCONFIG=	build
 USE_LDCONFIG=	yes
 USE_PYTHON_BUILD=	yes
 

Modified: head/graphics/libGL/Makefile
==============================================================================
--- head/graphics/libGL/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/libGL/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -11,7 +11,7 @@ COMMENT=	OpenGL library that renders usi
 LIB_DEPENDS+=	drm:${PORTSDIR}/graphics/libdrm \
 		expat.6:${PORTSDIR}/textproc/expat2
 
-USE_PKGCONFIG=	build
+USES=		pkgconfig
 USE_XORG=	glproto x11 xext xxf86vm xdamage xfixes dri2proto:both
 
 SUB_FILES=	pkg-install pkg-deinstall

Modified: head/graphics/libcaca/Makefile
==============================================================================
--- head/graphics/libcaca/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/libcaca/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -10,9 +10,8 @@ MASTER_SITES=	http://caca.zoy.org/raw-at
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Graphics library that outputs text instead of pixels
 
-USES=		pathfix
+USES=		pathfix pkgconfig
 USE_GNOME=	ltverhack
-USE_PKGCONFIG=	build
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--disable-doc \

Modified: head/graphics/libcdr/Makefile
==============================================================================
--- head/graphics/libcdr/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/libcdr/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -19,9 +19,8 @@ LIB_DEPENDS=	icui18n:${PORTSDIR}/devel/i
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-werror --without-docs
-USES=	pathfix
+USES=	pathfix pkgconfig
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	build
 
 CXXFLAGS+=	-Wno-long-long
 

Modified: head/graphics/libexif/Makefile
==============================================================================
--- head/graphics/libexif/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/libexif/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -11,10 +11,10 @@ COMMENT=	Library to read digital camera 
 
 LICENSE=	LGPL21
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gnomehack ltverhack
 USE_GMAKE=	yes
-USE_PKGCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/graphics/libopenraw/Makefile
==============================================================================
--- head/graphics/libopenraw/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/libopenraw/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -14,9 +14,9 @@ LIB_DEPENDS=	boost_thread:${PORTSDIR}/de
 		jpeg.11:${PORTSDIR}/graphics/jpeg
 
 MAKE_JOBS_SAFE=	yes
+USES=		pkgconfig
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	build
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/graphics/libqrencode/Makefile
==============================================================================
--- head/graphics/libqrencode/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/libqrencode/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -13,8 +13,7 @@ COMMENT=	A C library for encoding data i
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
-USE_PKGCONFIG=	yes
-USES+=		pathfix
+USES=		pathfix pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/graphics/librasterlite/Makefile
==============================================================================
--- head/graphics/librasterlite/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/librasterlite/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -21,8 +21,8 @@ LIB_DEPENDS=	spatialite:${PORTSDIR}/data
 		freexl:${PORTSDIR}/textproc/freexl
 
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_GMAKE=	yes
-USE_PKGCONFIG=	build
 USE_ICONV=	yes
 USE_LDCONFIG=	yes
 

Modified: head/graphics/libreatlas/Makefile
==============================================================================
--- head/graphics/libreatlas/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/libreatlas/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -31,8 +31,8 @@ LIB_DEPENDS=	mspack:${PORTSDIR}/archiver
 		xcb:${PORTSDIR}/x11/libxcb
 
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_GMAKE=	yes
-USE_PKGCONFIG=	build
 USE_GETTEXT=	yes
 USE_ICONV=	yes
 USE_XORG=	ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \

Modified: head/graphics/libvisual/Makefile
==============================================================================
--- head/graphics/libvisual/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/libvisual/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libvisual
-# Date created:		23 oktober 2004
-# Whom:			Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
 # $FreeBSD$
-#
 
 # WARNING: when updating this port check if the ports that use libvisual
 # can work with it. Backwards compatibility is known to be broken in the past.
@@ -17,10 +13,9 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Abstraction library that sits between apps and visual plugin
 
-USES=	pathfix
+USES=	pathfix pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 CFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 

Modified: head/graphics/libwpg/Makefile
==============================================================================
--- head/graphics/libwpg/Makefile	Tue Apr 23 10:39:26 2013	(r316342)
+++ head/graphics/libwpg/Makefile	Tue Apr 23 10:47:02 2013	(r316343)
@@ -14,11 +14,11 @@ LICENSE_COMB=	dual
 LIB_DEPENDS=	wpd-0.9:${PORTSDIR}/textproc/libwpd
 
 USE_AUTOTOOLS=	libtool

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



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