diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 14:35:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 14:35:53 +0000 |
commit | 6c3cf730f5200ee8faafe98e1a646d21f4bef421 (patch) | |
tree | 3a428d490afa9c335ec9ede546acd7a93c2c3abe /security/vpnc | |
parent | ac083c9976fcd12d5e6be910691cabe6a36f2181 (diff) | |
download | ports-6c3cf730f5200ee8faafe98e1a646d21f4bef421.tar.gz ports-6c3cf730f5200ee8faafe98e1a646d21f4bef421.zip |
Notes
Diffstat (limited to 'security/vpnc')
-rw-r--r-- | security/vpnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index b373edcd1d2b..a508e7e17a0a 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -11,7 +11,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:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= vpnc-script:${PORTSDIR}/sysutils/vpnc-scripts USES= shebangfix gmake perl5 |