diff options
author | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
commit | ae430b66773d3ab07cec0ef7e1d20258c09e74ab (patch) | |
tree | 081b0a98b3f4c8b38cbeffd11f0a9604a15c599f /security/fiked | |
parent | 1c1171950f538d258ac5d58e810ddf82c3ccb4cc (diff) | |
download | freebsd-ports-graphics-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.gz freebsd-ports-graphics-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.zst freebsd-ports-graphics-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.zip |
- Chase the libgcrypt shared lib version
Diffstat (limited to 'security/fiked')
-rw-r--r-- | security/fiked/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fiked/Makefile b/security/fiked/Makefile index ea6720df96b..9c1b60b969d 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 |