summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:29:28 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:29:28 +0800
commit07bebd5d7e0628bf01f7c57748c55e6b4b97b24c (patch)
treec92fad0b9277ae17c1f9fc4045cd47eb24339466 /graphics
parent65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (diff)
downloadmarcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar
marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar.gz
marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar.bz2
marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar.lz
marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar.xz
marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar.zst
marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.zip
USE_PKGCONFIG= was removed inflavoer of USES=pkgconfig
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18394 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/colord/Makefile1
-rw-r--r--graphics/libchamplain/Makefile5
-rw-r--r--graphics/libchamplain08/Makefile10
3 files changed, 4 insertions, 12 deletions
diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile
index e73ff9785..7a127551e 100644
--- a/graphics/colord/Makefile
+++ b/graphics/colord/Makefile
@@ -20,7 +20,6 @@ GROUPS= colord
USE_XZ= yes
USE_GNOME= gnomehier glib20 intlhack
-USE_PKGCONFIG= build
USE_GMAKE= yes
USES= gettext pathfix pkgconfig
USE_SQLITE= 3
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile
index df95fc9dc..e8be19d08 100644
--- a/graphics/libchamplain/Makefile
+++ b/graphics/libchamplain/Makefile
@@ -1,6 +1,6 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/graphics/libchamplain/Makefile 17271 2013-04-01 15:16:27Z kwm $
PORTNAME= libchamplain
PORTVERSION= 0.12.3
@@ -15,8 +15,7 @@ LIB_DEPENDS= clutter-gtk-1.0:${PORTSDIR}/graphics/clutter-gtk3 \
soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
USE_XZ= yes
-USES= pathfix
-USE_PKGCONFIG= build
+USES= pathfix pkgconfig
USE_GNOME= gtk30 ltverhack gnomehier
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
diff --git a/graphics/libchamplain08/Makefile b/graphics/libchamplain08/Makefile
index 89cf59deb..e573d6ed8 100644
--- a/graphics/libchamplain08/Makefile
+++ b/graphics/libchamplain08/Makefile
@@ -1,6 +1,6 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/graphics/libchamplain08/Makefile 17271 2013-04-01 15:16:27Z kwm $
PORTNAME= libchamplain
PORTVERSION= 0.8.3
@@ -15,8 +15,7 @@ LIB_DEPENDS= clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \
LATEST_LINK= libchamplain08
USE_BZIP2= yes
-USES= pathfix
-USE_PKGCONFIG= build
+USES= pathfix pkgconfig
USE_GNOME= gtk20 ltverhack:1 gnomehier
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
@@ -43,9 +42,4 @@ CONFIGURE_ARGS+= --enable-python=no
PLIST_SUB+= PYTHON="@comment "
.endif
-.pre-everything:
- @${ECHO_CMD} ""
- @${ECHO_CMD} "Specify WITHOUT_PYTHON=yes to disable python bindings"
- @${ECHO_CMD} ""
-
.include <bsd.port.mk>