diff options
author | flz <flz@FreeBSD.org> | 2005-05-31 19:58:33 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-05-31 19:58:33 +0000 |
commit | 5b372079a6c8b1f8ed710caa881e4fb9018924fa (patch) | |
tree | 5f0d14e685673bea4e3f36c8c69bae74d5def598 /security/tinc | |
parent | 3f781ad56ee884ab52625926e03c9d15f2d4973e (diff) | |
download | FreeBSD-ports-5b372079a6c8b1f8ed710caa881e4fb9018924fa.zip FreeBSD-ports-5b372079a6c8b1f8ed710caa881e4fb9018924fa.tar.gz |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'security/tinc')
-rw-r--r-- | security/tinc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index b201d36..3b8c7c8 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -8,7 +8,7 @@ PORTNAME= tinc PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.tinc-vpn.org/packages/ \ ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \ @@ -17,7 +17,7 @@ MASTER_SITES= http://www.tinc-vpn.org/packages/ \ MAINTAINER= krion@FreeBSD.org COMMENT= A Virtual Private Network (VPN) daemon -LIB_DEPENDS= lzo.2:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo USE_OPENSSL= yes USE_REINPLACE= yes |