diff options
author | mat <mat@FreeBSD.org> | 2016-09-08 22:13:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-09-08 22:13:05 +0800 |
commit | 8e9ffa6b11bd998e88fb0f0647b2defbb440de78 (patch) | |
tree | f4c209719220b01e1a98f49617f038561775f516 /security/tor | |
parent | 494be048e90cf9e310b5d342d1c60eb0ebc30211 (diff) | |
download | freebsd-ports-gnome-8e9ffa6b11bd998e88fb0f0647b2defbb440de78.tar.gz freebsd-ports-gnome-8e9ffa6b11bd998e88fb0f0647b2defbb440de78.tar.zst freebsd-ports-gnome-8e9ffa6b11bd998e88fb0f0647b2defbb440de78.zip |
Change security/tor{,-devel} to only have a build dependency on openssl
if built statically.
PR: 202175
Reported by: barnerd
Sponsored by: Absolight
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 |