diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 19:58:33 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 19:58:33 +0000 |
commit | 4f02559f478d051d259832a1f195c7982d9bc0d3 (patch) | |
tree | 91ac0497e1016dce831ce03f77a6bb5976e39d59 /security/tinc | |
parent | d33e66fe215621c19d88d7ff234cae9dd3ea7015 (diff) | |
download | ports-4f02559f478d051d259832a1f195c7982d9bc0d3.tar.gz ports-4f02559f478d051d259832a1f195c7982d9bc0d3.zip |
Notes
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 b201d36806ec..3b8c7c83aa3d 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 |