svn commit: r326049 - in head/x11-toolkits: gtk20 gtksourceview2 gtksourceview3

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 18:14:46 UTC 2013


Author: bapt
Date: Mon Sep  2 18:14:45 2013
New Revision: 326049
URL: http://svnweb.freebsd.org/changeset/ports/326049

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/x11-toolkits/gtk20/Makefile
  head/x11-toolkits/gtksourceview2/Makefile
  head/x11-toolkits/gtksourceview3/Makefile

Modified: head/x11-toolkits/gtk20/Makefile
==============================================================================
--- head/x11-toolkits/gtk20/Makefile	Mon Sep  2 18:11:07 2013	(r326048)
+++ head/x11-toolkits/gtk20/Makefile	Mon Sep  2 18:14:45 2013	(r326049)
@@ -34,7 +34,7 @@ USE_PERL5_BUILD=yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gnomehack atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache
-USES=		gettext
+USES=		gettext pkgconfig
 USE_XORG=	xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
 		xcomposite
 CONFIGURE_ARGS=	--enable-static --with-xinput=yes

Modified: head/x11-toolkits/gtksourceview2/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceview2/Makefile	Mon Sep  2 18:11:07 2013	(r326048)
+++ head/x11-toolkits/gtksourceview2/Makefile	Mon Sep  2 18:14:45 2013	(r326049)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	gtksourceview
-# Date created:				07 May 2003
-# Whom:					Joe Marcus Clarke <marcus at FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus at FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/x11-toolkits/gtksourceview2/Makefile,v 1.96 2010/09/29 12:42:49 kwm Exp $
-#
 
 PORTNAME=	gtksourceview2
 PORTVERSION=	2.10.5
@@ -22,8 +18,7 @@ USE_BZIP2=	yes
 
 .if !defined(REFERENCE_PORT)
 
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 USE_GNOME=	gnomeprefix gnomehack gtk20 gconf2 libxml2 intlhack \

Modified: head/x11-toolkits/gtksourceview3/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceview3/Makefile	Mon Sep  2 18:11:07 2013	(r326048)
+++ head/x11-toolkits/gtksourceview3/Makefile	Mon Sep  2 18:14:45 2013	(r326049)
@@ -17,10 +17,9 @@ USE_XZ=		yes
 
 .if !defined(REFERENCE_PORT)
 
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-USES=		pathfix gettext
+USES=		pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix gtk30 libxml2 intlhack ltverhack referencehack
 CONFIGURE_ARGS=	--enable-compile-warnings=no --enable-glade-catalog=no \
 		--enable-introspection


More information about the svn-ports-all mailing list