diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-25 04:31:20 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-25 04:31:20 +0800 |
commit | 27471651ec1ea49141272da2559e056599893c50 (patch) | |
tree | 3937fd47d9c577c5a4dc97264a44fac91c220845 /devel | |
parent | f0fedf9cc6e7fefce4b2f7586fb76e32eb28ed94 (diff) | |
download | marcuscom-ports-27471651ec1ea49141272da2559e056599893c50.tar marcuscom-ports-27471651ec1ea49141272da2559e056599893c50.tar.gz marcuscom-ports-27471651ec1ea49141272da2559e056599893c50.tar.bz2 marcuscom-ports-27471651ec1ea49141272da2559e056599893c50.tar.lz marcuscom-ports-27471651ec1ea49141272da2559e056599893c50.tar.xz marcuscom-ports-27471651ec1ea49141272da2559e056599893c50.tar.zst marcuscom-ports-27471651ec1ea49141272da2559e056599893c50.zip |
Depend on glib-networking.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15315 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsoup/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 9e6230480..094c463d5 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.93 2011/01/31 23:14:59 kwm Exp $ +# $MCom: ports/devel/libsoup/Makefile,v 1.94 2011/02/22 12:26:37 kwm Exp $ # PORTNAME= libsoup @@ -18,6 +18,9 @@ COMMENT= A SOAP (Simple Object Access Protocol) implementation in C USE_BZIP2= yes +BUILD_DEPENDS= glib-networking>=0:${PORTSDIR}/net/glib-networking +RUN_DEPENDS= glib-networking>=0:${PORTSDIR}/net/glib-networking + .if !defined(REFERENCE_PORT) USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack |