diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-23 14:23:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-23 14:23:59 +0000 |
commit | 2a7d54c78a803113f44d9039d784dcb1a876e38e (patch) | |
tree | 3f7edf3cf1e49bca29498cfd9a6eeecd5ff758e2 /net-p2p/libtorrent-rasterbar-14/Makefile | |
parent | 8eb6a4bceb1f39f56b1f93e0b7af481ca7160de1 (diff) |
- Update to 1.3.3
PR: 134628
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=234449
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} |