aboutsummaryrefslogtreecommitdiff
path: root/security/tor
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-09-06 23:40:32 +0000
committerPawel Pekala <pawel@FreeBSD.org>2011-09-06 23:40:32 +0000
commitb60a11438eeeaddc36714e04f400054b6a62d6c3 (patch)
tree53d54bd76cdaf9fc4085764a69261570485f5431 /security/tor
parentd39f0c97ab78a1661adb29b121cbe4d7f01bf4b0 (diff)
downloadports-b60a11438eeeaddc36714e04f400054b6a62d6c3.tar.gz
ports-b60a11438eeeaddc36714e04f400054b6a62d6c3.zip
Notes
Diffstat (limited to 'security/tor')
-rw-r--r--security/tor/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile
index 4b9d8e6fb6c7..911490b48534 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tor
DISTVERSION= 0.2.2.32
+PORTREVISION= 1
CATEGORIES= security net ipv6
MASTER_SITES= https://www.torproject.org/dist/ \
ftp://ftp.bit.nl/mirror/tor/ \
@@ -97,6 +98,7 @@ CONFIGURE_ARGS+= --disable-instrument-downloads
.if defined(WITH_TCMALLOC)
CONFIGURE_ARGS+= --with-tcmalloc
LIB_DEPENDS+= tcmalloc:${PORTSDIR}/devel/google-perftools
+LDFLAGS+= -L${LOCALBASE}/lib
.endif
.if defined(WITH_THREADS)