diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-02-12 08:16:53 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-02-12 08:16:53 +0000 |
commit | f43e33bcd69a53e3d2c8a6222adacdc381c503ca (patch) | |
tree | b86142f56b911878777ccbd567a37ee55aae1930 /net-p2p/libtorrent-rasterbar-14 | |
parent | 3e1f73cee561c85fe6ee36d4b5a56aa185d3a007 (diff) |
Notes
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 9 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/pkg-plist | 1 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index 39ab8974ed85..dbd9ef3b24bd 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtorrent PORTVERSION= 0.14.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.googlecode.com/files/ PKGNAMEPREFIX= rb @@ -19,7 +19,8 @@ COMMENT= A C++ library implementing a BitTorrent client (devel version) MAKE_JOBS_SAFE= yes -LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ + GeoIP.5:${PORTSDIR}/net/GeoIP CONFLICTS= rblibtorrent-[0-9]* @@ -30,11 +31,15 @@ ACLOCAL_ARGS= -I m4 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-debug \ --disable-python-binding \ + --with-boost-system=boost_system \ --with-boost-filesystem=boost_filesystem \ --with-boost-thread=boost_thread \ --with-boost-regex=boost_regex \ --with-boost-program-options=boost_program_options \ --with-asio=shipped \ + --with-dht=on \ + --with-encryption=on \ + --with-libgeoip \ --with-zlib=system USE_LDCONFIG= yes diff --git a/net-p2p/libtorrent-rasterbar-14/pkg-plist b/net-p2p/libtorrent-rasterbar-14/pkg-plist index 597db8570616..51c56922460e 100644 --- a/net-p2p/libtorrent-rasterbar-14/pkg-plist +++ b/net-p2p/libtorrent-rasterbar-14/pkg-plist @@ -1,4 +1,3 @@ -include/libtorrent/GeoIP.h include/libtorrent/alert.hpp include/libtorrent/alert_types.hpp include/libtorrent/asio/basic_datagram_socket.hpp |