diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-04 19:19:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-04 19:19:49 +0000 |
commit | 0ef9e274ad754b20e49f4d68e3985ee31ff1a31f (patch) | |
tree | 5201b6d0245958c1b54eca379536718b37791491 /devel | |
parent | afdcd94b3efe9bade237e3d43e71e5aa79109f8e (diff) | |
download | ports-0ef9e274ad754b20e49f4d68e3985ee31ff1a31f.tar.gz ports-0ef9e274ad754b20e49f4d68e3985ee31ff1a31f.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsoup-gnome/Makefile | 2 | ||||
-rw-r--r-- | devel/libsoup/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/libsoup-gnome/Makefile b/devel/libsoup-gnome/Makefile index fafcadceb911..3f94b3c1300a 100644 --- a/devel/libsoup-gnome/Makefile +++ b/devel/libsoup-gnome/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/devel/libsoup-gnome/Makefile,v 1.1 2010/06/05 21:11:10 kwm Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel gnome PKGNAMESUFFIX= -gnome diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 902bb0425abb..7053e556545b 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -8,7 +8,7 @@ PORTNAME= libsoup PORTVERSION= 2.32.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -33,6 +33,8 @@ PLIST_SUB= VERSION="2.4" .include <bsd.port.pre.mk> +LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt + .if defined(SOUP_SLAVE) LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup \ proxy.0:${PORTSDIR}/net/libproxy \ |