diff options
author | flz <flz@FreeBSD.org> | 2005-06-01 03:58:33 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-01 03:58:33 +0800 |
commit | 5b372079a6c8b1f8ed710caa881e4fb9018924fa (patch) | |
tree | 5f0d14e685673bea4e3f36c8c69bae74d5def598 /security/openvpn20 | |
parent | 3f781ad56ee884ab52625926e03c9d15f2d4973e (diff) | |
download | freebsd-ports-gnome-5b372079a6c8b1f8ed710caa881e4fb9018924fa.tar.gz freebsd-ports-gnome-5b372079a6c8b1f8ed710caa881e4fb9018924fa.tar.zst freebsd-ports-gnome-5b372079a6c8b1f8ed710caa881e4fb9018924fa.zip |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'security/openvpn20')
-rw-r--r-- | security/openvpn20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile index a5d2f0e4c192..64ecb9539444 100644 --- a/security/openvpn20/Makefile +++ b/security/openvpn20/Makefile @@ -7,14 +7,14 @@ PORTNAME= openvpn DISTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://openvpn.net/release/ MAINTAINER= matthias.andree@gmx.de COMMENT= Secure IP/Ethernet tunnel daemon -LIB_DEPENDS= lzo.2:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo GNU_CONFIGURE= yes USE_OPENSSL= yes |