summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-03 16:57:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-03 16:57:06 +0800
commita81ed16e4bfc18f3263dd4614e45431a6c5257db (patch)
treec8478fe881d1c070afc2d099764b0590d059922e /devel
parent0b61c9c44cdcf8b9a71d74b552fb59f34c2dd488 (diff)
downloadmarcuscom-ports-a81ed16e4bfc18f3263dd4614e45431a6c5257db.tar
marcuscom-ports-a81ed16e4bfc18f3263dd4614e45431a6c5257db.tar.gz
marcuscom-ports-a81ed16e4bfc18f3263dd4614e45431a6c5257db.tar.bz2
marcuscom-ports-a81ed16e4bfc18f3263dd4614e45431a6c5257db.tar.lz
marcuscom-ports-a81ed16e4bfc18f3263dd4614e45431a6c5257db.tar.xz
marcuscom-ports-a81ed16e4bfc18f3263dd4614e45431a6c5257db.tar.zst
marcuscom-ports-a81ed16e4bfc18f3263dd4614e45431a6c5257db.zip
Add a missing dependency on libxml2.
Reported by: MarcusCom tinderbox git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1946 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/libsoup/Makefile3
-rw-r--r--devel/libsoup22/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 08eae0f4b..379ce037e 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libsoup
PORTVERSION= 2.1.7
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1
@@ -18,7 +19,7 @@ COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_BZIP2= yes
-USE_GNOME= gnomehack lthack glib20
+USE_GNOME= gnomehack lthack glib20 libxml2
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile
index 08eae0f4b..379ce037e 100644
--- a/devel/libsoup22/Makefile
+++ b/devel/libsoup22/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libsoup
PORTVERSION= 2.1.7
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1
@@ -18,7 +19,7 @@ COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_BZIP2= yes
-USE_GNOME= gnomehack lthack glib20
+USE_GNOME= gnomehack lthack glib20 libxml2
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_GMAKE= yes