diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 17:57:11 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 17:57:11 +0000 |
commit | 12a7f133fc9d30a5be41853eacd54410d26657c0 (patch) | |
tree | 66e8a12b010ada3298a64cbb0056ffe947a033c2 /security/tinc | |
parent | 584a54b90df12a88511483e10d8c2e6e9c7170de (diff) |
Notes
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 096462408b67..b201d36806ec 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 |