diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-19 16:40:17 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-19 16:40:17 +0000 |
commit | 907d5d1a391cea7dc4510deb3ead17400d689462 (patch) | |
tree | 6c30422131f6d4a1c3573653ef9e29e93cb33606 /security/tor | |
parent | 305a8cb2963ec2ad26a740802b442eeef4913b5c (diff) |
Notes
Diffstat (limited to 'security/tor')
-rw-r--r-- | security/tor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index e4a6257c5b99..ab7b287070d8 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -7,7 +7,7 @@ PORTNAME= tor PORTVERSION= 0.1.2.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://www.torproject.org/dist/ \ http://mirror.onionland.org/dist/ @@ -17,7 +17,7 @@ MAINTAINER= nivo+kw+ports.bfa274@is-root.com 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 |