diff options
Diffstat (limited to 'security/tinc/Makefile')
-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 ae86e787e742..53cc3db80c58 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -8,6 +8,7 @@ PORTNAME= tinc PORTVERSION= 1.0.13 +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= dinoex@FreeBSD.org COMMENT= A Virtual Private Network (VPN) daemon -LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2 LICENSE= GPLv3 |