summaryrefslogtreecommitdiff
path: root/security/tinc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /security/tinc
parent* Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (diff)
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Notes
Notes: svn path=/head/; revision=99914
Diffstat (limited to 'security/tinc')
-rw-r--r--security/tinc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile
index 55585a1c2986..f56ef7683828 100644
--- a/security/tinc/Makefile
+++ b/security/tinc/Makefile
@@ -8,6 +8,7 @@
PORTNAME= tinc
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://tinc.nl.linux.org/packages/ \
ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \
@@ -16,9 +17,9 @@ MASTER_SITES= http://tinc.nl.linux.org/packages/ \
MAINTAINER= krion@FreeBSD.org
COMMENT= A Virtual Private Network (VPN) daemon
-LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old \
- lzo.1:${PORTSDIR}/archivers/lzo
+LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
+USE_GETTEXT= yes
USE_SIZE= yes
USE_OPENSSL= yes
USE_REINPLACE= yes