diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-03 13:57:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-03 13:57:46 +0000 |
commit | f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee (patch) | |
tree | 08b48928182d4bf9eddf824905ffdb00f1839c1d /security/vpnc | |
parent | cc48ca62b8183684bde64365c1e3c6bab49710e0 (diff) | |
download | ports-f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee.tar.gz ports-f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee.zip |
Notes
Diffstat (limited to 'security/vpnc')
-rw-r--r-- | security/vpnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index c316506196ec..806aed911cff 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= vpnc PORTVERSION= 0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ http://dragon.roe.ch/mirrors/distfiles/vpnc/ @@ -18,7 +18,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= delta@lackas.net COMMENT= Client for Cisco 3000 VPN Concentrator -LIB_DEPENDS= gcrypt.10:${PORTSDIR}/security/libgcrypt-devel +LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt STARTSCRIPT= vpnc-wrapper-1.9 USE_GMAKE= yes |