diff options
author | flz <flz@FreeBSD.org> | 2005-03-04 16:57:18 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-04 16:57:18 +0800 |
commit | 77642a084009ee1baa9058d838bccd90b02f5ff4 (patch) | |
tree | 78634ce3e058a8bf038976b7823f4d4b2e99d532 /net/libtorrent | |
parent | 1b7fc437fe76be65dd2dfdf207c902e97c06e389 (diff) | |
download | freebsd-ports-gnome-77642a084009ee1baa9058d838bccd90b02f5ff4.tar.gz freebsd-ports-gnome-77642a084009ee1baa9058d838bccd90b02f5ff4.tar.zst freebsd-ports-gnome-77642a084009ee1baa9058d838bccd90b02f5ff4.zip |
- Chase curl dependency (only needed by client, which is not installed anymore).
Approved by: pav (mentor)
Diffstat (limited to 'net/libtorrent')
-rw-r--r-- | net/libtorrent/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index d5d52844d935..71a030f6be85 100644 --- a/net/libtorrent/Makefile +++ b/net/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 |