aboutsummaryrefslogtreecommitdiff
path: root/security/tinc/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-10-20 17:10:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-10-20 17:10:27 +0000
commit3a3fa5384a657507940b2af5f7a16825f60ccd03 (patch)
tree39f90daf1167f68eb8a650cbcdd6036653e00593 /security/tinc/Makefile
parent681b1af8b45dfa573a5b07598238ddae01fe866f (diff)
downloadports-3a3fa5384a657507940b2af5f7a16825f60ccd03.tar.gz
ports-3a3fa5384a657507940b2af5f7a16825f60ccd03.zip
Notes
Diffstat (limited to 'security/tinc/Makefile')
-rw-r--r--security/tinc/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile
index f2edf5f2f446..3449ce6ffa23 100644
--- a/security/tinc/Makefile
+++ b/security/tinc/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= tinc
-PORTVERSION= 1.0.9
+PORTVERSION= 1.0.10
CATEGORIES= security
MASTER_SITES= http://www.tinc-vpn.org/packages/ \
ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \
@@ -30,17 +30,4 @@ MAN5= tinc.conf.5
MAN8= tincd.8
INFO= tinc
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-pre-configure:
- ${REINPLACE_CMD} \
- 's/OpenSSL_add_all_algorithms/OpenSSL_add_all_ciphers/' \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>