Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 12:50:19 +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: r326142 - in head: deskutils/gnome-blog devel/prepstools net/ekiga3 net/opal3 x11-toolkits/py-gnome-extras
Message-ID:  <201309031250.r83CoJYV013506@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep  3 12:50:18 2013
New Revision: 326142
URL: http://svnweb.freebsd.org/changeset/ports/326142

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/deskutils/gnome-blog/Makefile
  head/devel/prepstools/Makefile
  head/net/ekiga3/Makefile
  head/net/opal3/Makefile
  head/x11-toolkits/py-gnome-extras/Makefile

Modified: head/deskutils/gnome-blog/Makefile
==============================================================================
--- head/deskutils/gnome-blog/Makefile	Tue Sep  3 12:42:48 2013	(r326141)
+++ head/deskutils/gnome-blog/Makefile	Tue Sep  3 12:50:18 2013	(r326142)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	gnomeblog
-# Date created:				20 September 2003
-# Whom:					Adam Weinberger <adamw@FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/deskutils/gnome-blog/Makefile,v 1.5 2007/08/08 21:52:36 mezz Exp $
-#
 
 PORTNAME=	gnome-blog
 PORTVERSION=	0.9.1
@@ -18,9 +14,8 @@ COMMENT=	GNOME app to post to blogs
 
 USE_BZIP2=	yes
 USE_PYTHON=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gnomehack gnomeprefix pygnome2 intlhack
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/devel/prepstools/Makefile
==============================================================================
--- head/devel/prepstools/Makefile	Tue Sep  3 12:42:48 2013	(r326141)
+++ head/devel/prepstools/Makefile	Tue Sep  3 12:50:18 2013	(r326142)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	prepstools
-# Date created:		2005-08-02
-# Whom:			jmelo@FreeBSD.org
-#
+# Created by: jmelo@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	prepstools
 PORTVERSION=	2.2.0
@@ -20,6 +16,7 @@ LICENSE=	GPLv2
 
 USE_AUTOTOOLS=	libtool
 USE_PGSQL=	yes
+USES=		gmake pkgconfig
 USE_GMAKE=	yes
 USE_GNOME=	gtk20 gconf2 glib20 libgnomeui
 

Modified: head/net/ekiga3/Makefile
==============================================================================
--- head/net/ekiga3/Makefile	Tue Sep  3 12:42:48 2013	(r326141)
+++ head/net/ekiga3/Makefile	Tue Sep  3 12:50:18 2013	(r326142)
@@ -20,11 +20,9 @@ BUILD_DEPENDS=	intltoolize:${PORTSDIR}/t
 CONFLICTS=	ekiga-2.*
 
 USE_GCC=	any
-USE_PERL5=	yes
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake perl5 pkgconfig
 USE_XORG=	xv
 USE_GNOME=	gtk20 gnomehack
 DIST_SUBDIR=	gnome2

Modified: head/net/opal3/Makefile
==============================================================================
--- head/net/opal3/Makefile	Tue Sep  3 12:42:48 2013	(r326141)
+++ head/net/opal3/Makefile	Tue Sep  3 12:50:18 2013	(r326142)
@@ -22,8 +22,7 @@ WRKSRC=		${WRKDIR}/opal-${PORTVERSION}
 
 USE_GCC=	any
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		pathfix
+USES=		pathfix gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 #MAKE_JOBS_SAFE=	yes

Modified: head/x11-toolkits/py-gnome-extras/Makefile
==============================================================================
--- head/x11-toolkits/py-gnome-extras/Makefile	Tue Sep  3 12:42:48 2013	(r326141)
+++ head/x11-toolkits/py-gnome-extras/Makefile	Tue Sep  3 12:50:18 2013	(r326142)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	py-gnome-extras
-# Date created:				22 November 2005
-# Whom:					Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.55 2009/11/28 05:59:04 mezz Exp $
-#
 
 PORTNAME=	gnome-extras
 PORTVERSION=	2.25.3
@@ -24,7 +20,7 @@ LIB_DEPENDS=	gtkspell.0:${PORTSDIR}/text
 #		gdl-1.2:${PORTSDIR}/x11-toolkits/gdl
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_PYTHON=	yes
 USE_GNOME=	gnomehack libgtkhtml pygnome2 libgda4
 GNU_CONFIGURE=	yes



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