diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-08 14:13:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-08 14:13:05 +0000 |
commit | 7cf4f3682fe99adacfdfa3f0b46850c30af981c6 (patch) | |
tree | f4c209719220b01e1a98f49617f038561775f516 /security/tor | |
parent | cd9e609ae08f092b494bcd68508ec77c6a88c02b (diff) | |
download | ports-7cf4f3682fe99adacfdfa3f0b46850c30af981c6.tar.gz ports-7cf4f3682fe99adacfdfa3f0b46850c30af981c6.zip |
Notes
Diffstat (limited to 'security/tor')
-rw-r--r-- | security/tor/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index 96a19709d22b..eea21f3b235c 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -3,6 +3,7 @@ PORTNAME= tor PORTVERSION= 0.2.8.7 +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= Does not build -USES= cpe gmake ssl +USES= cpe gmake CPE_VENDOR= torproject GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl-dir="${OPENSSLBASE}" --disable-asciidoc @@ -39,6 +40,9 @@ USERS= _tor CONFLICTS= tor-devel-[0-9]* +STATIC_TOR_USES= ssl:build +STATIC_TOR_USES_OFF= ssl + .include <bsd.port.options.mk> .if ${OSVERSION} < 1000000 |