diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-03 11:40:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-03 11:40:49 +0000 |
commit | e0755b977ddf2301673392c45576331ca8dadbf4 (patch) | |
tree | 92cb5bc433c23c9c04b834cf71a29ff984579775 /security/vpnc | |
parent | fbb7343c346a1f20491ae407f8878480a44f83a2 (diff) | |
download | ports-e0755b977ddf2301673392c45576331ca8dadbf4.tar.gz ports-e0755b977ddf2301673392c45576331ca8dadbf4.zip |
- Chase the libgcrypt shared lib version
Notes
Notes:
svn path=/head/; revision=276971
Diffstat (limited to 'security/vpnc')
-rw-r--r-- | security/vpnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index 50324e0990b6..0a430dec5624 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= vpnc PORTVERSION= 0.5.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ CRITICAL @@ -15,7 +15,7 @@ MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Client for Cisco 3000 VPN Concentrator -LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt USE_GMAKE= yes USE_PERL5_BUILD=yes |