diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-03 16:57:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-03 16:57:06 +0800 |
commit | a81ed16e4bfc18f3263dd4614e45431a6c5257db (patch) | |
tree | c8478fe881d1c070afc2d099764b0590d059922e /devel/libsoup | |
parent | 0b61c9c44cdcf8b9a71d74b552fb59f34c2dd488 (diff) | |
download | marcuscom-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/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |