aboutsummaryrefslogtreecommitdiff
path: root/security/fiked
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-02-18 21:13:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-02-18 21:13:02 +0000
commitfcb98a504a4b2d61662773d959b7cc3ee239eb09 (patch)
tree6c12a9e824cf39ccd0922fe8c2e9a8017ad5fc34 /security/fiked
parent154ea12c2bcc68e342c6a93a66297844b157ee60 (diff)
downloadports-fcb98a504a4b2d61662773d959b7cc3ee239eb09.tar.gz
ports-fcb98a504a4b2d61662773d959b7cc3ee239eb09.zip
- update libnet to 1.1.6
- build shared lib - fix dependend ports when libnet.so.8 was linked in - fix dependend ports when includes where missing
Notes
Notes: svn path=/head/; revision=312526
Diffstat (limited to 'security/fiked')
-rw-r--r--security/fiked/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/fiked/Makefile b/security/fiked/Makefile
index 9c1b60b969de..a04f0252f0eb 100644
--- a/security/fiked/Makefile
+++ b/security/fiked/Makefile
@@ -7,16 +7,16 @@
PORTNAME= fiked
PORTVERSION= 0.0.5
-PORTREVISION= 2
+PORTREVISION= 3
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.18:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt
.if !defined(WITHOUT_LIBNET)
-BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
+LIB_DEPENDS+= net:${PORTSDIR}/net/libnet
.endif
USE_BZIP2= yes