diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/libsoup | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 00a7dd1b66cd..d622722fc7ef 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -10,9 +10,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= SOAP (Simple Object Access Protocol) implementation in C -BUILD_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking -LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt -RUN_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking +BUILD_DEPENDS= glib-networking>=2.29.18:net/glib-networking +LIB_DEPENDS= libgcrypt.so:security/libgcrypt +RUN_DEPENDS= glib-networking>=2.29.18:net/glib-networking USES= tar:xz PORTSCOUT= limitw:1,even @@ -37,7 +37,7 @@ PLIST_SUB= VERSION="2.4" LIBVERSION=${LIBVERSION} .if defined(SOUP_SLAVE) USE_SQLITE= yes -LIB_DEPENDS+= libsoup-2.4.so:${PORTSDIR}/devel/libsoup +LIB_DEPENDS+= libsoup-2.4.so:devel/libsoup CONFIGURE_ARGS+=--with-gnome .else CONFIGURE_ARGS+=--without-gnome |