summaryrefslogtreecommitdiff
path: root/security/fiked
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2008-02-28 21:47:06 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2008-02-28 21:47:06 +0000
commit6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6 (patch)
treed4e8140a3268d4b95edcc447e1041c522c10e9fc /security/fiked
parentUpdate to 1.4.0 (diff)
Chase libgcrypt library version
Notes
Notes: svn path=/head/; revision=208144
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 fb6c8b874c5e..d0c8c7e073f0 100644
--- a/security/fiked/Makefile
+++ b/security/fiked/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fiked
PORTVERSION= 0.0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://dragon.roe.ch/bitsnpieces/fiked/ \
http://home.tiscalinet.ch/roe/fiked/
@@ -15,7 +15,7 @@ MASTER_SITES= http://dragon.roe.ch/bitsnpieces/fiked/ \
MAINTAINER= daniel@roe.ch
COMMENT= A fake IKE PSK+XAUTH daemon based on VPNC
-LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt
.if !defined(WITHOUT_LIBNET)
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
.endif