diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-07-07 15:10:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-07-07 15:10:06 +0800 |
commit | c6fa274974da7e6550e9d826c35ead8e5bcaeb8d (patch) | |
tree | 162fd8559a3b411877d62a4eb400cd5a71c92dab | |
parent | 7b4b1bacf44a9aa7026517d8504b49cd9f1c3679 (diff) | |
download | marcuscom-ports-c6fa274974da7e6550e9d826c35ead8e5bcaeb8d.tar marcuscom-ports-c6fa274974da7e6550e9d826c35ead8e5bcaeb8d.tar.gz marcuscom-ports-c6fa274974da7e6550e9d826c35ead8e5bcaeb8d.tar.bz2 marcuscom-ports-c6fa274974da7e6550e9d826c35ead8e5bcaeb8d.tar.lz marcuscom-ports-c6fa274974da7e6550e9d826c35ead8e5bcaeb8d.tar.xz marcuscom-ports-c6fa274974da7e6550e9d826c35ead8e5bcaeb8d.tar.zst marcuscom-ports-c6fa274974da7e6550e9d826c35ead8e5bcaeb8d.zip |
Chase FreeBSD ports, add depend on libgcrypt
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16102 df743ca5-7f9a-e211-a948-0013205c9059
-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 fab3da934..3d4bd4543 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.103 2011/06/09 16:27:51 mezz Exp $ +# $MCom: ports/devel/libsoup/Makefile,v 1.104 2011/06/11 19:51:16 mezz Exp $ # PORTNAME= libsoup @@ -19,6 +19,7 @@ COMMENT= A SOAP (Simple Object Access Protocol) implementation in C USE_BZIP2= yes BUILD_DEPENDS= glib-networking>=2.28.4:${PORTSDIR}/net/glib-networking +LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= glib-networking>=2.28.4:${PORTSDIR}/net/glib-networking .if !defined(REFERENCE_PORT) |