- Chase the libgcrypt shared lib version

- Add explicit dependency so it doesn't get missed in the future
This commit is contained in:
Steve Wills 2011-07-04 19:19:49 +00:00
parent afdcd94b3e
commit 0ef9e274ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277059
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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 \