diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-20 16:13:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-20 16:13:22 +0000 |
commit | 4616860bd98c0b2c49d398e37cd9ec4b5757aef9 (patch) | |
tree | e661edad4f414ec600034b7004096c09d417664a /security | |
parent | 4d96aa7aea7a5fffa0c20d062564e9e9b5524f67 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/tor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index b0a73a58882c..2fa93f6e6f08 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.0.30 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ @@ -18,7 +19,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= An anonymizing overlay network for TCP RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks -LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes USE_OPENSSL= yes |