diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 21:29:01 +0800 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 21:29:01 +0800 |
commit | 654f115b69090156ea0f60623194d19d7b9cfa3b (patch) | |
tree | e5279b7a5a4e4949f2d66b711a51c1de93cf45df /security/tor | |
parent | b7408d98fcf5fa9972308456c0097352f23ca710 (diff) | |
download | freebsd-ports-gnome-654f115b69090156ea0f60623194d19d7b9cfa3b.tar.gz freebsd-ports-gnome-654f115b69090156ea0f60623194d19d7b9cfa3b.tar.zst freebsd-ports-gnome-654f115b69090156ea0f60623194d19d7b9cfa3b.zip |
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
Diffstat (limited to 'security/tor')
-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 642a2fd7291a..a09b1e8166f9 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor PORTVERSION= 0.1.1.25 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://tor.eff.org/dist/ \ http://mirror.onionland.org/dist/ @@ -15,7 +16,7 @@ MAINTAINER= peter.thoenen@yahoo.com COMMENT= An anonymizing overlay network for TCP RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks -LIB_DEPENDS= event-1.2:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes USE_OPENSSL= yes |