diff options
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 |