aboutsummaryrefslogtreecommitdiff
path: root/security/fiked
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-03 11:40:49 +0000
committerSteve Wills <swills@FreeBSD.org>2011-07-03 11:40:49 +0000
commite0755b977ddf2301673392c45576331ca8dadbf4 (patch)
tree92cb5bc433c23c9c04b834cf71a29ff984579775 /security/fiked
parentfbb7343c346a1f20491ae407f8878480a44f83a2 (diff)
downloadports-e0755b977ddf2301673392c45576331ca8dadbf4.tar.gz
ports-e0755b977ddf2301673392c45576331ca8dadbf4.zip
- Chase the libgcrypt shared lib version
Notes
Notes: svn path=/head/; revision=276971
Diffstat (limited to 'security/fiked')
-rw-r--r--security/fiked/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fiked/Makefile b/security/fiked/Makefile
index ea6720df96bd..9c1b60b969de 100644
--- a/security/fiked/Makefile
+++ b/security/fiked/Makefile
@@ -7,14 +7,14 @@
PORTNAME= fiked
PORTVERSION= 0.0.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://mirror.roe.ch/dist/fiked/
MAINTAINER= ports@FreeBSD.org
COMMENT= A fake IKE PSK+XAUTH daemon based on VPNC
-LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt
.if !defined(WITHOUT_LIBNET)
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
.endif