diff options
author | flz <flz@FreeBSD.org> | 2005-05-31 17:57:11 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-05-31 17:57:11 +0000 |
commit | 91ad401b3099b1ef76c1dc7f6716ce414b0eb858 (patch) | |
tree | d98e5cee6ac424a070eb43cf94b06c69a3f728ac /security/tinc | |
parent | ec3789f6e04575563a847af3c1b3db1a623a7db8 (diff) | |
download | FreeBSD-ports-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.zip FreeBSD-ports-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.tar.gz |
- Bump lzo lib version.
- Bump PORTREVISION.
Diffstat (limited to 'security/tinc')
-rw-r--r-- | security/tinc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 0964624..b201d36 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -8,6 +8,7 @@ PORTNAME= tinc PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.tinc-vpn.org/packages/ \ ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \ @@ -16,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.1:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo.2:${PORTSDIR}/archivers/lzo USE_OPENSSL= yes USE_REINPLACE= yes |