Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2012 15:58:20 +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: r301621 - in head/x11-themes: bluecurve-themes clearlooks gtk-cleanice-engine thewidgetfactory
Message-ID:  <201207271558.q6RFwKj6022066@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul 27 15:58:20 2012
New Revision: 301621
URL: http://svn.freebsd.org/changeset/ports/301621

Log:
  Add some explicit USE_PKGCONFIG=build

Modified:
  head/x11-themes/bluecurve-themes/Makefile
  head/x11-themes/clearlooks/Makefile
  head/x11-themes/gtk-cleanice-engine/Makefile
  head/x11-themes/thewidgetfactory/Makefile

Modified: head/x11-themes/bluecurve-themes/Makefile
==============================================================================
--- head/x11-themes/bluecurve-themes/Makefile	Fri Jul 27 14:45:10 2012	(r301620)
+++ head/x11-themes/bluecurve-themes/Makefile	Fri Jul 27 15:58:20 2012	(r301621)
@@ -49,6 +49,8 @@ DISTFILES=	redhat-artwork-${PORTVERSION}
 
 EXTRACT_DEPENDS+=	rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
 
+USE_PKGCONFIG=	build
+
 WRKSRC=		${WRKDIR}/redhat-artwork-${PORTVERSION}
 
 # the slave ports use their own pkg files and dirs

Modified: head/x11-themes/clearlooks/Makefile
==============================================================================
--- head/x11-themes/clearlooks/Makefile	Fri Jul 27 14:45:10 2012	(r301620)
+++ head/x11-themes/clearlooks/Makefile	Fri Jul 27 15:58:20 2012	(r301621)
@@ -18,6 +18,7 @@ COMMENT?=	GTK+ 2.x engine based on Bluec
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
+USE_PKGCONFIG=	build
 INSTALLS_ICONS=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/x11-themes/gtk-cleanice-engine/Makefile
==============================================================================
--- head/x11-themes/gtk-cleanice-engine/Makefile	Fri Jul 27 14:45:10 2012	(r301620)
+++ head/x11-themes/gtk-cleanice-engine/Makefile	Fri Jul 27 15:58:20 2012	(r301621)
@@ -20,6 +20,7 @@ COMMENT=	A simplistic GTK+ 2.x theme eng
 
 USE_GNOME=	gnomehack gtk20
 USE_AUTOTOOLS=	libtool
+USE_PKGCONFIG=	build
 
 THEME=		cleanice-theme-1.2.7
 THEMEDIR=	${WRKDIR}/${THEME}/Theme

Modified: head/x11-themes/thewidgetfactory/Makefile
==============================================================================
--- head/x11-themes/thewidgetfactory/Makefile	Fri Jul 27 14:45:10 2012	(r301620)
+++ head/x11-themes/thewidgetfactory/Makefile	Fri Jul 27 15:58:20 2012	(r301621)
@@ -18,6 +18,7 @@ LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
+USE_PKGCONFIG=	build
 
 PLIST_FILES=	bin/twf
 



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