diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-04 08:57:18 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-04 08:57:18 +0000 |
commit | 2dd6521df9876b5e3af56eab98769f8144ee8c89 (patch) | |
tree | d9b940c2c87e546e5f1da8aef03b3127099b01d4 /net-p2p/libtorrent | |
parent | 422afa46e7692efea28d3399f16f79856bf75c08 (diff) | |
download | ports-2dd6521df9876b5e3af56eab98769f8144ee8c89.tar.gz ports-2dd6521df9876b5e3af56eab98769f8144ee8c89.zip |
Notes
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index d5d52844d935..71a030f6be85 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -7,15 +7,14 @@ PORTNAME= libtorrent PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Library written in C++ -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ - sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 +LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 USE_GCC= 3.3+ USE_REINPLACE= yes |