Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 13:01:54 +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: r326494 - in head: accessibility/at-poke audio/deadbeef-mpris-plugin chinese/scim-pinyin ftp/bareftp games/ember graphics/amide graphics/exact-image graphics/f-spot japanese/scim-honoka...
Message-ID:  <201309061301.r86D1sOI083186@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep  6 13:01:53 2013
New Revision: 326494
URL: http://svnweb.freebsd.org/changeset/ports/326494

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/accessibility/at-poke/Makefile
  head/audio/deadbeef-mpris-plugin/Makefile
  head/chinese/scim-pinyin/Makefile
  head/ftp/bareftp/Makefile
  head/games/ember/Makefile
  head/graphics/amide/Makefile
  head/graphics/exact-image/Makefile
  head/graphics/f-spot/Makefile
  head/japanese/scim-honoka-plugin-romkan/Makefile
  head/mail/bbmail/Makefile
  head/mail/contact-lookup-applet/Makefile
  head/math/scilab/Makefile
  head/misc/cdcollect/Makefile
  head/misc/quick-lounge-applet/Makefile
  head/multimedia/banshee/Makefile
  head/net/blam/Makefile
  head/net/netspeed_applet/Makefile
  head/net/tsclient/Makefile
  head/science/chemtool-devel/Makefile
  head/science/chemtool/Makefile
  head/sysutils/bubblemon2/Makefile
  head/sysutils/dvdisaster/Makefile
  head/www/mod_auth_openid/Makefile
  head/x11-toolkits/gai/Makefile
  head/x11-toolkits/gtkada/Makefile
  head/x11-wm/bbkeys/Makefile
  head/x11-wm/compiz-plugins-unsupported/Makefile
  head/x11/fluxbg/Makefile

Modified: head/accessibility/at-poke/Makefile
==============================================================================
--- head/accessibility/at-poke/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/accessibility/at-poke/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -11,7 +11,7 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	mva@FreeBSD.org
 COMMENT=	Accessibility testing and poking tool
 
-USES=		gmake
+USES=		gmake pkgconfig
 USE_GNOME=	gnomeprefix libglade2 libgailgnome
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/audio/deadbeef-mpris-plugin/Makefile
==============================================================================
--- head/audio/deadbeef-mpris-plugin/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/audio/deadbeef-mpris-plugin/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -17,6 +17,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
+USES=		pkgconfig
 
 WRKSRC=		${WRKDIR}/deadbeef-${PORTVERSION}
 

Modified: head/chinese/scim-pinyin/Makefile
==============================================================================
--- head/chinese/scim-pinyin/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/chinese/scim-pinyin/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -13,8 +13,7 @@ BUILD_DEPENDS=	scim>=1.2.0:${PORTSDIR}/t
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_GNOME=	lthack
-USES=		pathfix iconv
-USE_GMAKE=	yes
+USES=		pathfix iconv gmake pkgconfig
 USE_AUTOTOOLS=	libtool
 
 CONFIGURE_ARGS+=	--disable-skim-support

Modified: head/ftp/bareftp/Makefile
==============================================================================
--- head/ftp/bareftp/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/ftp/bareftp/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -16,9 +16,8 @@ CONFIGURE_ARGS=	--datarootdir="${PREFIX}
 		--includedir="${LOCALBASE}/include"
 
 INSTALLS_ICONS=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gtksharp20 gnomesharp20
-USE_GMAKE=	yes
 
 USE_LDCONFIG=	yes
 

Modified: head/games/ember/Makefile
==============================================================================
--- head/games/ember/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/games/ember/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -36,7 +36,7 @@ USE_LDCONFIG=	YES
 USE_LUA=	5.1
 LUA_COMPS=	toluaxx
 USE_OPENAL=	al alut
-USES=	pathfix
+USES=	pathfix pkgconfig
 USE_BZIP2=	YES
 CPPFLAGS+=	-DBR_NO_MACROS
 

Modified: head/graphics/amide/Makefile
==============================================================================
--- head/graphics/amide/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/graphics/amide/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 GNU_CONFIGURE=	yes
 USE_CSTD=	gnu89
 MAKE_JOBS_UNSAFE=	yes
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gtk20 libgnomecanvas libgnomeui libxml2
 INSTALLS_OMF=	yes
 

Modified: head/graphics/exact-image/Makefile
==============================================================================
--- head/graphics/exact-image/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/graphics/exact-image/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -28,8 +28,7 @@ CFLAGS+=	-fPIC
 #broken headers on c++ in base system:
 CPPFLAGS+=	-fpermissive -I${LOCALBASE}/include/libpng15
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_PERL5=	yes
+USES=		gmake perl5 pkgconfig
 USE_PYTHON=	2.5+
 USE_XORG=	x11
 USE_EFL=	evas

Modified: head/graphics/f-spot/Makefile
==============================================================================
--- head/graphics/f-spot/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/graphics/f-spot/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -29,8 +29,7 @@ USE_BZIP2=	yes
 USE_SQLITE=	yes
 USE_GNOME=	gnomehack gnomeprefix intlhack gnomedesktopsharp20
 GNU_CONFIGURE=	yes
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 INSTALLS_ICONS=	yes
 INSTALLS_OMF=	yes
 USE_LDCONFIG=	yes

Modified: head/japanese/scim-honoka-plugin-romkan/Makefile
==============================================================================
--- head/japanese/scim-honoka-plugin-romkan/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/japanese/scim-honoka-plugin-romkan/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    ja-scim-honoka-plugin-romkan
-# Date created:		3 Jun 2006
-# Whom:			Masashi CHIBA 
-#
+# Created by: Masashi CHIBA 
 # $FreeBSD$
-#
 
 PORTNAME=	scim-honoka-plugin-romkan
 PORTVERSION=	0.9.0
@@ -19,9 +15,8 @@ BUILD_DEPENDS=	scim:${PORTSDIR}/textproc
 		${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		gettext iconv pathfix
+USES=		gettext iconv pathfix gmake pkgconfig
 USE_GNOME=	lthack
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 
 CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \

Modified: head/mail/bbmail/Makefile
==============================================================================
--- head/mail/bbmail/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/mail/bbmail/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:  	bbmail
-# Date created:		May 3 1999
-# Whom:			Chris Piazza <cpiazza@FreeBSD.org>
-#
+# Created by: Chris Piazza <cpiazza@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	bbmail
 PORTVERSION=	0.9.3
@@ -15,6 +11,7 @@ COMMENT=	A tool intended for Blackbox th
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/libbt.pc:${PORTSDIR}/x11-wm/blackbox
 
+USES=		pkgconfig
 USE_XORG=	xext
 GNU_CONFIGURE=	yes
 

Modified: head/mail/contact-lookup-applet/Makefile
==============================================================================
--- head/mail/contact-lookup-applet/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/mail/contact-lookup-applet/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -1,6 +1,7 @@
 # Created by: kwm@rainbow-runner.nl
 # $FreeBSD$
 #   $MCom: ports/mail/contact-lookup-applet/Makefile,v 1.15 2007/07/29 22:17:31 mezz Exp $
+
 PORTNAME=	contact
 PORTVERSION=	0.17
 PORTREVISION=	8
@@ -12,10 +13,9 @@ DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gnome panel applet for easy Evolution contact book access
 
-USES=        pathfix gettext
+USES=        pathfix gettext gmake pkgconfig
 USE_GNOME=	evolutiondataserver gnomepanel gnomeprefix \
 		libgnomeui
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/math/scilab/Makefile
==============================================================================
--- head/math/scilab/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/math/scilab/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -23,9 +23,8 @@ LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc
 
 
 USE_FORTRAN=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/misc/cdcollect/Makefile
==============================================================================
--- head/misc/cdcollect/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/misc/cdcollect/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -15,8 +15,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=        pathfix gettext
+USES=        pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix intlhack libgnome gnomesharp20
 GCONF_SCHEMAS=	cdcollect.schemas
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/misc/quick-lounge-applet/Makefile
==============================================================================
--- head/misc/quick-lounge-applet/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/misc/quick-lounge-applet/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	quick-lounge-applet
-# Date created:				01 March 2003
-# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/misc/quick-lounge-applet/Makefile,v 1.15 2010/11/16 10:06:22 kwm Exp $
-#
 
 PORTNAME=	quick-lounge-applet
 PORTVERSION=	2.14.1
@@ -19,6 +15,7 @@ COMMENT=	Applet to originize your prefer
 USE_BZIP2=	yes
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
+USES=		gmake pkgconfig
 USE_GMAKE=	yes
 USE_GNOME=	gnomeprefix gnomehack intlhack gnomepanel
 GNU_CONFIGURE=	yes

Modified: head/multimedia/banshee/Makefile
==============================================================================
--- head/multimedia/banshee/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/multimedia/banshee/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -34,8 +34,8 @@ YOUTUBE_DESC=	Build and/or install the Y
 OPTIONS_DEFAULT=BPMDETECT GIO MTP WEBKIT YOUTUBE
 
 USE_XZ=		yes
-USE_GMAKE=	yes
-USE_PERL5_BUILD=yes
+USES=		gmake perl5 pkgconfig
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack gtksharp20 gnomesharp20
 USE_GSTREAMER=	cdparanoia

Modified: head/net/blam/Makefile
==============================================================================
--- head/net/blam/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/net/blam/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	blam
-# Date created:				20040812
-# Whom:				Tom McLaughlin <tmclaugh@sdf.lonestar.org>
-#
+# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
 # $FreeBSD$
 #   $Id: Makefile,v 1.22 2006/10/26 05:32:53 tmclau02 Exp $
-#
 
 PORTNAME=	blam
 PORTVERSION=	1.8.7
@@ -20,10 +16,9 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 CONFIGURE_ENV=	GMSGFMT="${LOCALBASE}/bin/msgfmt" DATADIRNAME="share"
 USE_GNOME=	gnomesharp20
-USES=		gettext
+USES=		gettext gmake pkgconfig
 INSTALLS_ICONS=	yes
 GCONF_SCHEMAS=	blam.schemas
 

Modified: head/net/netspeed_applet/Makefile
==============================================================================
--- head/net/netspeed_applet/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/net/netspeed_applet/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	netspeed_applet
-# Date created:				08 February 2003
-# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
 #    $MCom: ports/net/netspeed_applet/Makefile,v 1.2 2007/05/19 21:36:17 marcus Exp $
 
@@ -17,9 +14,8 @@ COMMENT=	Applet that shows how much netw
 LIB_DEPENDS=	gtop-2.0:${PORTSDIR}/devel/libgtop
 
 INSTALLS_OMF=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gnomehier intlhack gnomeprefix gnomehack gnomepanel
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/net/tsclient/Makefile
==============================================================================
--- head/net/tsclient/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/net/tsclient/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -14,8 +14,7 @@ RUN_DEPENDS=	rdesktop:${PORTSDIR}/net/rd
 
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="`pkg-config --libs libgnomeui-2.0`"
 CPPFLAGS+=	-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`

Modified: head/science/chemtool-devel/Makefile
==============================================================================
--- head/science/chemtool-devel/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/science/chemtool-devel/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -20,7 +20,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-1.7alpha1
 USE_GNOME=	gtk20
 #USE_AUTOTOOLS=	autoconf213
 GNU_CONFIGURE=	yes
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 CONFIGURE_ARGS=	--enable-emf=yes
 PKGNAMESUFFIX=	-devel
 MAN1=	chemtool.1 cht.1

Modified: head/science/chemtool/Makefile
==============================================================================
--- head/science/chemtool/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/science/chemtool/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	chemtool
-# Date created:			Mar 31, 2001
-# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	chemtool
@@ -16,7 +13,7 @@ COMMENT=	Draw organic molecules easily a
 RUN_DEPENDS=	transfig:${PORTSDIR}/print/transfig
 
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/sysutils/bubblemon2/Makefile
==============================================================================
--- head/sysutils/bubblemon2/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/sysutils/bubblemon2/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	sysutils/bubblemon2
-# Date created:				08 Jul 2002
-# Whom:					Juan Salaverria <rael@vectorstar.net>
-#
+# Created by: Juan Salaverria <rael@vectorstar.net>
 # $FreeBSD$
-#
 
 PORTNAME=	bubblemon2
 PORTVERSION=	2.0.17
@@ -18,7 +14,7 @@ COMMENT=	A system CPU and memory load mo
 LIB_DEPENDS=	gtop-2.0:${PORTSDIR}/devel/libgtop
 
 USE_GNOME=	gnomehack gnomepanel gnomeprefix intlhack libgnomeui
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
 LDFLAGS+=	-L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0`

Modified: head/sysutils/dvdisaster/Makefile
==============================================================================
--- head/sysutils/dvdisaster/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/sysutils/dvdisaster/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	bash:${PORTSDIR}/shells/b
 MAKEFILE=	GNUmakefile
 
 USE_BZIP2=	yes
-USES=		gettext
+USES=		gettext pkgconfig
 USE_GNOME=	gtk20
 CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--docsubdir="/" \

Modified: head/www/mod_auth_openid/Makefile
==============================================================================
--- head/www/mod_auth_openid/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/www/mod_auth_openid/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	opkele:${PORTSDIR}/devel/li
 PLIST_FILES=	${APACHEMODDIR}/mod_auth_openid.so
 
 USE_APACHE=	22
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pcre=${LOCALBASE}
 

Modified: head/x11-toolkits/gai/Makefile
==============================================================================
--- head/x11-toolkits/gai/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/x11-toolkits/gai/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	gai
-# Date created:			Feb 16, 2004
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	gai
 PORTVERSION=	0.5.10
@@ -18,6 +13,7 @@ COMMENT=	General Applet Interface Librar
 LIB_DEPENDS=	gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext
 
 USE_BZIP2=	yes
+USES=		pkgconfig
 USE_GL=		gl
 USE_SDL=	sdl
 USE_GNOME=	gnomepanel libgnomeui

Modified: head/x11-toolkits/gtkada/Makefile
==============================================================================
--- head/x11-toolkits/gtkada/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/x11-toolkits/gtkada/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -15,9 +15,9 @@ LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_PERL5_BUILD=yes
+USE_PERL5=	build
 USE_GNOME=	gtk20
-USES=		ada gmake
+USES=		ada gmake perl5 pkgconfig
 
 DESTINY=	${WRKDIR}/destino
 MAKE_ENV+=	DESTDIR=${DESTINY} \

Modified: head/x11-wm/bbkeys/Makefile
==============================================================================
--- head/x11-wm/bbkeys/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/x11-wm/bbkeys/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -14,7 +14,8 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	blackbox:${PORTSDIR}/x11-wm/blackbox
 
-USE_PERL5_BUILD=	yes
+USES=		perl5 pkgconfig
+USE_PERL5=	build
 USE_XORG=	x11 xext
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	`pkg-config --cflags xft`

Modified: head/x11-wm/compiz-plugins-unsupported/Makefile
==============================================================================
--- head/x11-wm/compiz-plugins-unsupported/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/x11-wm/compiz-plugins-unsupported/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -20,8 +20,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 GNU_CONFIGURE=	yes
 USE_GL=		yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=        pathfix gettext
+USES=        pathfix gettext gmake pkgconfig
 USE_GNOME=	intltool
 USE_XORG=	glproto
 USE_LDCONFIG=	yes

Modified: head/x11/fluxbg/Makefile
==============================================================================
--- head/x11/fluxbg/Makefile	Fri Sep  6 12:57:42 2013	(r326493)
+++ head/x11/fluxbg/Makefile	Fri Sep  6 13:01:53 2013	(r326494)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	fluxbg
-# Date created:				30 September 2003
-# Whom:					Adam Weinberger <adamw@FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	fluxbg
 PORTVERSION=	0.7
@@ -17,7 +13,7 @@ COMMENT=	Background changer for fluxbox/
 LIB_DEPENDS=	gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20
 
 GNU_CONFIGURE=	yes
-USES=	pathfix
+USES=	pathfix pkgconfig
 
 .include <bsd.port.pre.mk>
 



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