summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-10 00:43:43 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-10 00:43:43 +0800
commit6897410334e780305a6f28472d7e51f0ecfb594e (patch)
treecdcf64dc03cac21f78c8ec22a9890e56d2c4e66c /devel
parent3894e28512208f22e222aa154420a3dff3f8c952 (diff)
downloadmarcuscom-ports-6897410334e780305a6f28472d7e51f0ecfb594e.tar
marcuscom-ports-6897410334e780305a6f28472d7e51f0ecfb594e.tar.gz
marcuscom-ports-6897410334e780305a6f28472d7e51f0ecfb594e.tar.bz2
marcuscom-ports-6897410334e780305a6f28472d7e51f0ecfb594e.tar.lz
marcuscom-ports-6897410334e780305a6f28472d7e51f0ecfb594e.tar.xz
marcuscom-ports-6897410334e780305a6f28472d7e51f0ecfb594e.tar.zst
marcuscom-ports-6897410334e780305a6f28472d7e51f0ecfb594e.zip
Add an explicit dependency on popt.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7018 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gconf2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
index 54ff288bd..097767b25 100644
--- a/devel/gconf2/Makefile
+++ b/devel/gconf2/Makefile
@@ -3,12 +3,12 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gconf2/Makefile,v 1.75 2006/07/23 19:22:22 mezz Exp $
+# $MCom: ports/devel/gconf2/Makefile,v 1.76 2006/07/27 13:49:27 marcus Exp $
#
PORTNAME= gconf2
PORTVERSION= 2.14.0
-PORTREVISION?= 5
+PORTREVISION?= 6
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -22,6 +22,8 @@ USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+
USE_GMAKE= yes
USE_GETTEXT= yes
USE_XLIB= yes