summaryrefslogtreecommitdiffstats
path: root/devel/libsoup
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-21 10:38:40 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-21 10:38:40 +0800
commitea707649c9619f7ed706d629c20a87a970e2b74b (patch)
tree7a35f4b152f3a1cd2be0caaa289503b4c152e216 /devel/libsoup
parent3c7d33bbf6d26950ab700d5b248eb426d1665f04 (diff)
downloadmarcuscom-ports-ea707649c9619f7ed706d629c20a87a970e2b74b.tar
marcuscom-ports-ea707649c9619f7ed706d629c20a87a970e2b74b.tar.gz
marcuscom-ports-ea707649c9619f7ed706d629c20a87a970e2b74b.tar.bz2
marcuscom-ports-ea707649c9619f7ed706d629c20a87a970e2b74b.tar.lz
marcuscom-ports-ea707649c9619f7ed706d629c20a87a970e2b74b.tar.xz
marcuscom-ports-ea707649c9619f7ed706d629c20a87a970e2b74b.tar.zst
marcuscom-ports-ea707649c9619f7ed706d629c20a87a970e2b74b.zip
Add a missing dependency on gconf2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12170 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup')
-rw-r--r--devel/libsoup/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 445d1b4c3..6285345e8 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libsoup/Makefile,v 1.56 2009/02/27 20:55:03 marcus Exp $
+# $MCom: ports/devel/libsoup/Makefile,v 1.57 2009/03/17 14:10:46 kwm Exp $
#
PORTNAME= libsoup
PORTVERSION= 2.26.0
+PORTREVISION= 1
PORTREVISION?= 0
CATEGORIES= devel gnome
MASTER_SITES= GNOME
@@ -24,7 +25,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
proxy.0:${PORTSDIR}/net/libproxy \
sqlite3.8:${PORTSDIR}/databases/sqlite3
-USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack
+USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack gconf2
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes