diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 22:48:08 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 22:48:08 +0800 |
commit | 7a1e4ca394be905e9c10aa4e6f044cea3f39475a (patch) | |
tree | da76ed84246ff162efaef092b31bc05778275530 | |
parent | 2ebca457f3f0e890f6fa304adf072b5db08ace45 (diff) | |
download | freebsd-ports-gnome-7a1e4ca394be905e9c10aa4e6f044cea3f39475a.tar.gz freebsd-ports-gnome-7a1e4ca394be905e9c10aa4e6f044cea3f39475a.tar.zst freebsd-ports-gnome-7a1e4ca394be905e9c10aa4e6f044cea3f39475a.zip |
Register security/libgpg-error with LIB_DEPENDS
-rw-r--r-- | security/vpnc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index 9629a8d51f60..376ef071f39f 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vpnc PORTVERSION= 0.5.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ LOCAL/ehaupt @@ -11,7 +11,8 @@ MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Client for Cisco 3000 VPN Concentrator -LIB_DEPENDS= libgcrypt.so:security/libgcrypt +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error RUN_DEPENDS= vpnc-script:sysutils/vpnc-scripts USES= shebangfix gmake perl5 |