diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-13 15:58:02 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-13 15:58:02 +0000 |
commit | 85976367dbcaef9b824d196b2c43e5e72d4a8b42 (patch) | |
tree | 7ea0bd7e1854096b14f4959b357eb7a88d3298b8 /security/tor/Makefile | |
parent | 43b3e4bf2ce305a82be392e891785734c8e5802e (diff) |
Notes
Diffstat (limited to 'security/tor/Makefile')
-rw-r--r-- | security/tor/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index 03a08be44eba..da3af82250c8 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -PORTVERSION= 0.2.6.10 -PORTREVISION= 1 +PORTVERSION= 0.2.7.6 CATEGORIES= security net ipv6 MASTER_SITES= TOR @@ -45,6 +44,10 @@ CONFLICTS= tor-devel-[0-9]* .include <bsd.port.options.mk> +.if ${OSVERSION} < 1000000 +WITH_OPENSSL_PORT= yes +.endif + .if !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \ empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64) CONFIGURE_ARGS+= --enable-gcc-hardening |