diff options
author | mnag <mnag@FreeBSD.org> | 2006-12-05 21:29:01 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-12-05 21:29:01 +0800 |
commit | d2ae5cbf34e141c395c81da59f5d7f2d344ba265 (patch) | |
tree | 706b379e9c8d05fca20579d2421ef4fd1968a805 /security/tor | |
parent | 6db75a1abd3c3c7ed90108a4c513b80af4002b35 (diff) | |
download | freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.tar.gz freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.tar.zst freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.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 |