svn commit: r301621 - in head/x11-themes: bluecurve-themes clearlooks gtk-cleanice-engine thewidgetfactory
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 27 15:58:21 UTC 2012
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
More information about the svn-ports-head
mailing list