Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 21:16:30 +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: r326090 - in head: audio/asunder audio/jamin audio/mixmos audio/xoscope audio/xsynth-dssi chinese/oxim comms/gpredict deskutils/clipit devel/gpsim editors/gmanedit games/eboard games/eu...
Message-ID:  <201309022116.r82LGUGJ049762@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 21:16:30 2013
New Revision: 326090
URL: http://svnweb.freebsd.org/changeset/ports/326090

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/asunder/Makefile
  head/audio/jamin/Makefile
  head/audio/mixmos/Makefile
  head/audio/xoscope/Makefile
  head/audio/xsynth-dssi/Makefile
  head/chinese/oxim/Makefile
  head/comms/gpredict/Makefile
  head/deskutils/clipit/Makefile
  head/devel/gpsim/Makefile
  head/editors/gmanedit/Makefile
  head/games/eboard/Makefile
  head/games/euchre/Makefile
  head/games/glightoff/Makefile
  head/graphics/epdfview/Makefile
  head/graphics/giram/Makefile
  head/graphics/gliv/Makefile
  head/graphics/gqview-devel/Makefile
  head/graphics/mtpaint/Makefile
  head/korean/gtkcomm/Makefile
  head/math/ggobi/Makefile
  head/net-mgmt/mbrowse/Makefile
  head/print/gtklp/Makefile
  head/security/gtkpasman/Makefile
  head/sysutils/gkrellmwho2/Makefile
  head/sysutils/gpkgdep/Makefile
  head/sysutils/xcdroast/Makefile
  head/textproc/aiksaurus/Makefile
  head/x11-toolkits/gtkmm20-reference/Makefile
  head/x11-toolkits/gtksourceviewmm3/Makefile
  head/x11-wm/wmakerconf/Makefile

Modified: head/audio/asunder/Makefile
==============================================================================
--- head/audio/asunder/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/audio/asunder/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -23,7 +23,7 @@ WINDOWS_CHARS_DESC=	Allow Windows specia
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gtk20
 
 PORTDOCS=	AUTHORS ChangeLog INSTALL NEWS README TODO

Modified: head/audio/jamin/Makefile
==============================================================================
--- head/audio/jamin/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/audio/jamin/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${LOCALBASE}/include/ladspa
 BUILD_DEPENDS=	${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake pkgconfig
 USE_GNOME=	gtk20 libxml2
 
 MAN1=		jamin.1

Modified: head/audio/mixmos/Makefile
==============================================================================
--- head/audio/mixmos/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/audio/mixmos/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mixmos
-# Date created:		24 Jul 2004
-# Whom:			Herbert J. Skuhra <h.skuhra@gmail.com>
-#
+# Created by: Herbert J. Skuhra <h.skuhra@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	mixmos
 PORTVERSION=	0.2.0
@@ -14,6 +10,7 @@ MASTER_SITES=	${MASTER_SITE_TUCOWS}
 MAINTAINER=	h.skuhra@gmail.com
 COMMENT=	A GTK2 audio mixer
 
+USES=		pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/audio/xoscope/Makefile
==============================================================================
--- head/audio/xoscope/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/audio/xoscope/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -11,7 +11,7 @@ COMMENT=	Sound card oscilloscope
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --sysconfdir=${PREFIX}
-USES=		gmake
+USES=		gmake pkgconfig
 USE_GNOME=	gtk20
 USE_XORG=	x11
 

Modified: head/audio/xsynth-dssi/Makefile
==============================================================================
--- head/audio/xsynth-dssi/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/audio/xsynth-dssi/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -20,7 +20,7 @@ LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
 USE_GNOME=	gtk20
-USES=		gmake
+USES=		gmake pkgconfig
 USE_AUTOTOOLS=	libtool
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/chinese/oxim/Makefile
==============================================================================
--- head/chinese/oxim/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/chinese/oxim/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -19,7 +19,7 @@ GTK2_DESC=	 GTK2 input method module
 CHEWING_DESC=	 Chewing input module
 UNICODE_DESC=	 Unicode input module
 
-USES=		iconv
+USES=		iconv pkgconfig
 USE_XORG=	x11 xft xpm xtst
 WANT_GNOME=	yes
 

Modified: head/comms/gpredict/Makefile
==============================================================================
--- head/comms/gpredict/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/comms/gpredict/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -15,9 +15,8 @@ LIB_DEPENDS=	hamlib:${PORTSDIR}/comms/ha
 		curl:${PORTSDIR}/ftp/curl \
 		goocanvas:${PORTSDIR}/graphics/goocanvas
 
-USES=		gettext pathfix
+USES=		gettext pathfix gmake pkgconfig
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 
 MAN1=		gpredict.1

Modified: head/deskutils/clipit/Makefile
==============================================================================
--- head/deskutils/clipit/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/deskutils/clipit/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -10,7 +10,7 @@ COMMENT=	Lightweight GTK+ clipboard mana
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gtk20
 
 OPTIONS_DEFINE=	NLS XDOTOOL

Modified: head/devel/gpsim/Makefile
==============================================================================
--- head/devel/gpsim/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/devel/gpsim/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gpsim
-# Date created:		2006-03-13
-# Whom:			Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
+# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
 # $FreeBSD$
-#
 
 PORTNAME=	gpsim
 PORTVERSION=	0.22.0
@@ -20,6 +16,7 @@ RUN_DEPENDS=	gpasm:${PORTSDIR}/devel/gpu
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/editors/gmanedit/Makefile
==============================================================================
--- head/editors/gmanedit/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/editors/gmanedit/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -10,9 +10,8 @@ MASTER_SITES=	SF/${PORTNAME}2/${PORTNAME
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A GNOME manpages editor
 
-USES=        pathfix gettext
+USES=        pathfix gettext gmake pkgconfig
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/games/eboard/Makefile
==============================================================================
--- head/games/eboard/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/games/eboard/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -19,7 +19,7 @@ COMMENT=	GTK+ chess board interface (mai
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
 EXTRAS=		1pl2 2
-USES=		shebangfix
+USES=		shebangfix pkgconfig
 USE_BZIP2=	yes
 HAS_CONFIGURE=	yes
 USE_PERL5_BUILD=yes

Modified: head/games/euchre/Makefile
==============================================================================
--- head/games/euchre/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/games/euchre/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -11,6 +11,7 @@ COMMENT=	Very popular card game with var
 
 LICENSE=	GPLv2 # (or later)
 
+USES=		pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules

Modified: head/games/glightoff/Makefile
==============================================================================
--- head/games/glightoff/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/games/glightoff/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -1,4 +1,4 @@
-# Created by:			nemysis@gmx.ch
+# Created by: nemysis@gmx.ch
 # $FreeBSD$
 
 PORTNAME=	glightoff
@@ -13,7 +13,7 @@ COMMENT=	Simple (but not so easy to solv
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	glib20 gtk20
 USE_XORG=	x11
 

Modified: head/graphics/epdfview/Makefile
==============================================================================
--- head/graphics/epdfview/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/graphics/epdfview/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -19,8 +19,7 @@ LIB_DEPENDS=	poppler-glib.8:${PORTSDIR}/
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USES=		iconv
-USE_GMAKE=	yes
+USES=		iconv gmake pkgconfig
 USE_GNOME=	gtk20 intlhack
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/graphics/giram/Makefile
==============================================================================
--- head/graphics/giram/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/graphics/giram/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	giram
-# Date created:				17 June 1999
-# Whom:					Brandon Fosdick <bfoz@glue.umd.edu>
-#
+# Created by: Brandon Fosdick <bfoz@glue.umd.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	giram
 PORTVERSION=	0.3.5
@@ -18,10 +14,9 @@ LIB_DEPENDS=	3ds-1.3:${PORTSDIR}/graphic
 BUILD_DEPENDS=	povray:${PORTSDIR}/graphics/povray-meta
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		gettext perl5
+USES=		gettext perl5 pkgconfig gmake
 USE_PERL5=	build
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ENV=	INTLTOOL_PERL="${PERL}"
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/graphics/gliv/Makefile
==============================================================================
--- head/graphics/gliv/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/graphics/gliv/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -1,9 +1,5 @@
-# ports collection makefile for:	gliv
-# Date created:				16 March 2001
-# Whom:					Jeremy Norris <ishmael27@home.com>
-#
+# Created by: Jeremy Norris <ishmael27@home.com>
 # $FreeBSD$
-#
 
 PORTNAME=	gliv
 PORTVERSION=	1.9.7
@@ -21,8 +17,7 @@ LICENSE=	GPLv2
 USE_BZIP2=	yes
 USE_GNOME=	gnomehack gnomeprefix gtk20
 USE_GL=		yes
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
 		AUTOHEADER="${TRUE}"

Modified: head/graphics/gqview-devel/Makefile
==============================================================================
--- head/graphics/gqview-devel/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/graphics/gqview-devel/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gqview
-# Date Created:				27 Oct 1998
-# Whom:					Vanilla Pooh Shu <vanilla@FreeBSD.org>
-#
+# Created by: Vanilla Pooh Shu <vanilla@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gqview
 PORTVERSION=	2.1.5
@@ -16,6 +12,7 @@ COMMENT=	Another gtk2-based graphic file
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
+USES=		pkgconfig
 USE_GNOME=	gnomehier gtk20
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/mtpaint/Makefile
==============================================================================
--- head/graphics/mtpaint/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/graphics/mtpaint/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mtpaint
-# Date created:		3 April 2007
-# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	mtpaint
 PORTVERSION=	3.40
@@ -29,7 +25,7 @@ OPENJPEG_DESC=	Enable OpenJPEG support
 
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \
 		--localedir=${PREFIX}/share/locale \

Modified: head/korean/gtkcomm/Makefile
==============================================================================
--- head/korean/gtkcomm/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/korean/gtkcomm/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
 
-USES=		perl5
+USES=		perl5 pkgconfig
 USE_PERL5=	build
 USE_GNOME=	glib20 gtk20
 GNU_CONFIGURE=	yes

Modified: head/math/ggobi/Makefile
==============================================================================
--- head/math/ggobi/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/math/ggobi/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -10,6 +10,7 @@ MASTER_SITES=	http://www.ggobi.org/downl
 MAINTAINER=	rhurlin@gwdg.de
 COMMENT=	Data visualization system
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gtk20 libxml2 gnomehack
 USE_LDCONFIG=	yes

Modified: head/net-mgmt/mbrowse/Makefile
==============================================================================
--- head/net-mgmt/mbrowse/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/net-mgmt/mbrowse/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mbrowse
-# Date created:			Apr 4, 2002
-# Whom:				Mark Pulford <mark@kyne.com.au>
-#
+# Created by: Mark Pulford <mark@kyne.com.au>
 # $FreeBSD$
-#
 
 PORTNAME=	mbrowse
 PORTVERSION=	0.4.0
@@ -18,6 +14,7 @@ LIB_DEPENDS=	netsnmp.30:${PORTSDIR}/net-
 
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/mbrowse
+USES=		pkgconfig
 USE_GNOME=	gtk20
 CONFIGURE_ARGS=	--with-snmp-prefix=${PREFIX} --with-snmp-type=net
 CPPFLAGS+=	`net-snmp-config --cflags`

Modified: head/print/gtklp/Makefile
==============================================================================
--- head/print/gtklp/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/print/gtklp/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -15,6 +15,7 @@ LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cu
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+USES=		pkgconfig
 USE_GNOME=	gtk20
 USE_OPENSSL=	yes
 USE_AUTOTOOLS=	automake:env

Modified: head/security/gtkpasman/Makefile
==============================================================================
--- head/security/gtkpasman/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/security/gtkpasman/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -11,7 +11,7 @@ COMMENT=	GTK+ passwords manager for syst
 
 RUN_DEPENDS+=	gpgv2:${PORTSDIR}/security/gnupg
 
-USES=		desktop-file-utils gmake
+USES=		desktop-file-utils gmake pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-gtk2

Modified: head/sysutils/gkrellmwho2/Makefile
==============================================================================
--- head/sysutils/gkrellmwho2/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/sysutils/gkrellmwho2/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gkrellmwho2
-# Date created:        	12 Nov 2003
-# Whom:            	Alexey Zaytsev
-#
+# Created by: Alexey Zaytsev
 # $FreeBSD$
-#
 
 PORTNAME=	gkrellmwho2
 PORTVERSION=	0.2.8
@@ -21,6 +17,7 @@ RUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutil
 
 HAS_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
+USES=		pkgconfig
 
 ALL_TARGET=
 PLIST_FILES=	libexec/gkrellm2/plugins/gkrellmwho2.so

Modified: head/sysutils/gpkgdep/Makefile
==============================================================================
--- head/sysutils/gpkgdep/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/sysutils/gpkgdep/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -1,7 +1,4 @@
-# New ports collection makefile for: gpkgdep
-# Date created:                      2002/11/28
-# Whom:                              Heiner <h.eichmann@gmx.de>
-#
+# Created by: Heiner <h.eichmann@gmx.de>
 # $FreeBSD$
 
 PORTNAME=	gpkgdep
@@ -19,7 +16,7 @@ USE_BZIP2=	yes
 USE_GNOME=	gtk20
 USE_AUTOTOOLS=	automake14 autoconf
 AUTOMAKE_ARGS=	--add-missing
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 PLIST_FILES=	bin/gpkgdep
 
 .include <bsd.port.mk>

Modified: head/sysutils/xcdroast/Makefile
==============================================================================
--- head/sysutils/xcdroast/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/sysutils/xcdroast/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -20,10 +20,9 @@ NONROOT_DESC=	Use xcdroast w/o being roo
 RUN_DEPENDS=	cdrecord:${PORTSDIR}/sysutils/cdrtools
 BUILD_DEPENDS=	cdrecord:${PORTSDIR}/sysutils/cdrtools
 
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 WANT_GNOME=	yes
-USE_GMAKE=	yes
 
 CONFIGURE_ENV+=	GTK_CONFIG="${GTK_CONFIG}" \
 		GLIB_CONFIG="${GLIB_CONFIG}"

Modified: head/textproc/aiksaurus/Makefile
==============================================================================
--- head/textproc/aiksaurus/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/textproc/aiksaurus/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -11,9 +11,8 @@ MAINTAINER?=	gnome@FreeBSD.org
 COMMENT?=	A set of libraries and applications which provide a thesaurus
 
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
 USE_CSTD=	gnu89
-USES=		pathfix
+USES=		pathfix gmake pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?=--without-gtk

Modified: head/x11-toolkits/gtkmm20-reference/Makefile
==============================================================================
--- head/x11-toolkits/gtkmm20-reference/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/x11-toolkits/gtkmm20-reference/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -1,15 +1,11 @@
-# New ports collection makefile for:	gtkmm20-reference
-# Date created:				09 May 2006
-# Whom:					Jean-Yves Lefort <jylefort@FreeBSD.org>
-#
+# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTREVISION=	7
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gtkmm-2.0.pc:${PORTSDIR}/x11-toolkits/gtkmm20
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 DOCSDIR=	${PREFIX}/share/doc/gtkmm-2.0

Modified: head/x11-toolkits/gtksourceviewmm3/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceviewmm3/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/x11-toolkits/gtksourceviewmm3/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -13,9 +13,8 @@ COMMENT=	C++ binding of GtkSourceView3
 
 USE_LDCONFIG=	yes
 USE_XZ=	yes
-USES=		pathfix
+USES=		pathfix gmake pkgconfig
 USE_GNOME=	gtksourceview3 gnomeprefix gtkmm30
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBAS}/lib

Modified: head/x11-wm/wmakerconf/Makefile
==============================================================================
--- head/x11-wm/wmakerconf/Makefile	Mon Sep  2 21:04:00 2013	(r326089)
+++ head/x11-wm/wmakerconf/Makefile	Mon Sep  2 21:16:30 2013	(r326090)
@@ -19,9 +19,7 @@ RUN_DEPENDS=	rpm:${PORTSDIR}/archivers/r
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_GNOME=	gtk20
-USE_PERL5=	yes
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext pkgconfig perl5 gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-wmakerdataprefix="${LOCALBASE}/share" \
 		--with-wmakeretcprefix="${LOCALBASE}/share"



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