aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-03 06:11:23 +0800
committerbapt <bapt@FreeBSD.org>2013-09-03 06:11:23 +0800
commit5a8b3998e8795f85238d259007190f9419ed6149 (patch)
tree17f022595add21e608c5d0f7f4d4c7dbee8889be /devel
parent19b7a117eab7cfb99b0315136bff81e94ef3c84b (diff)
downloadfreebsd-ports-gnome-5a8b3998e8795f85238d259007190f9419ed6149.tar.gz
freebsd-ports-gnome-5a8b3998e8795f85238d259007190f9419ed6149.tar.zst
freebsd-ports-gnome-5a8b3998e8795f85238d259007190f9419ed6149.zip
Add an explicit dependency on pkgconf
Diffstat (limited to 'devel')
-rw-r--r--devel/gconfmm/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/gconfmm/Makefile b/devel/gconfmm/Makefile
index cab49234d341..291d1c88f8b3 100644
--- a/devel/gconfmm/Makefile
+++ b/devel/gconfmm/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gconfmm
-# Date created: 22 May 2003
-# Whom: Alexander Nedotsukov <bland@mail.ru>
-#
+# Created by: Alexander Nedotsukov <bland@mail.ru>
# $FreeBSD$
-#
PORTNAME= gconfmm
PORTVERSION= 2.0.2
@@ -19,7 +15,7 @@ LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_GNOME= gnomehack lthack gconf2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes