aboutsummaryrefslogtreecommitdiff
path: root/graphics/gx
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 08:49:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 08:49:46 +0000
commit019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch)
treee9e009fc092528bdc298f66c506930624e74cb2c /graphics/gx
parent4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff)
downloadports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.tar.gz
ports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.zip
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326129
Diffstat (limited to 'graphics/gx')
-rw-r--r--graphics/gx/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/gx/Makefile b/graphics/gx/Makefile
index d0d63651ca96..f93dbb6d3875 100644
--- a/graphics/gx/Makefile
+++ b/graphics/gx/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gx
-# Date created: 11 June 2007
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gx
PORTVERSION= 0.4.0
@@ -18,7 +14,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm \
gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26
-USES= gettext
+USES= gettext pkgconfig
GNU_CONFIGURE= yes
.include <bsd.port.mk>