diff options
author | bapt <bapt@FreeBSD.org> | 2012-07-27 23:58:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-07-27 23:58:20 +0800 |
commit | 8cdbcd80278d71d7195dff00df392decf346e396 (patch) | |
tree | 68949a4f84af3dc3c1828e745a2b2a908e8d9702 | |
parent | eec96b2d88fc1efe1a876e8f1b0dc130a76ca889 (diff) | |
download | freebsd-ports-gnome-8cdbcd80278d71d7195dff00df392decf346e396.tar.gz freebsd-ports-gnome-8cdbcd80278d71d7195dff00df392decf346e396.tar.zst freebsd-ports-gnome-8cdbcd80278d71d7195dff00df392decf346e396.zip |
Add some explicit USE_PKGCONFIG=build
-rw-r--r-- | x11-themes/bluecurve-themes/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/clearlooks/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/gtk-cleanice-engine/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/thewidgetfactory/Makefile | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/x11-themes/bluecurve-themes/Makefile b/x11-themes/bluecurve-themes/Makefile index e39cb7d5e1dc..c8c6f1f9c2af 100644 --- a/x11-themes/bluecurve-themes/Makefile +++ b/x11-themes/bluecurve-themes/Makefile @@ -49,6 +49,8 @@ DISTFILES= redhat-artwork-${PORTVERSION}-9.fc7.src.rpm 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 diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index d3b2819b786f..a7d54cbdf983 100644 --- a/x11-themes/clearlooks/Makefile +++ b/x11-themes/clearlooks/Makefile @@ -18,6 +18,7 @@ COMMENT?= GTK+ 2.x engine based on Bluecurve USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 +USE_PKGCONFIG= build INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11-themes/gtk-cleanice-engine/Makefile b/x11-themes/gtk-cleanice-engine/Makefile index a0b97087fc03..f86f9c154072 100644 --- a/x11-themes/gtk-cleanice-engine/Makefile +++ b/x11-themes/gtk-cleanice-engine/Makefile @@ -20,6 +20,7 @@ COMMENT= A simplistic GTK+ 2.x theme engine USE_GNOME= gnomehack gtk20 USE_AUTOTOOLS= libtool +USE_PKGCONFIG= build THEME= cleanice-theme-1.2.7 THEMEDIR= ${WRKDIR}/${THEME}/Theme diff --git a/x11-themes/thewidgetfactory/Makefile b/x11-themes/thewidgetfactory/Makefile index 1e5ee7ecbe63..d55c55518ca7 100644 --- a/x11-themes/thewidgetfactory/Makefile +++ b/x11-themes/thewidgetfactory/Makefile @@ -18,6 +18,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USE_GNOME= gtk20 +USE_PKGCONFIG= build PLIST_FILES= bin/twf |