diff options
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14/Makefile')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index ef5b475f82aa..f2c3b3dfa8b5 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libtorrent -PORTVERSION= 0.14.2 -PORTREVISION= 2 +PORTVERSION= 0.14.3 CATEGORIES= net-p2p MASTER_SITES= SF PKGNAMEPREFIX= rb @@ -32,7 +31,8 @@ CONFIGURE_ARGS= --disable-debug \ --with-boost-thread=boost_thread \ --with-boost-regex=boost_regex \ --with-boost-program-options=boost_program_options \ - --with-asio=shipped + --with-asio=shipped \ + --with-zlib=system USE_LDCONFIG= yes CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |