diff options
Diffstat (limited to 'security/tinc/Makefile')
-rw-r--r-- | security/tinc/Makefile | 15 |
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> |