diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-01-14 18:32:32 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-01-14 18:32:32 +0000 |
commit | da7310bcae2fcf1b62dcefd31880e293cf2b45a9 (patch) | |
tree | 1574f3d6f1b100b7b3243b13dbc4ed446e69fac9 /net-p2p/libtorrent-rasterbar | |
parent | ddc70f06b22d247b9ef4b1d9f77e1d6c98617c73 (diff) | |
download | ports-da7310bcae2fcf1b62dcefd31880e293cf2b45a9.tar.gz ports-da7310bcae2fcf1b62dcefd31880e293cf2b45a9.zip |
Notes
Diffstat (limited to 'net-p2p/libtorrent-rasterbar')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 0eed76b1e639..10879f067ca0 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -13,15 +13,15 @@ COMMENT?= C++ library implementing a BitTorrent client LICENSE= BSD -LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ +LIB_DEPENDS?= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ libGeoIP.so:${PORTSDIR}/net/GeoIP -USES= compiler:c++11-lang pathfix pkgconfig iconv +USES= compiler:c++11-lib pathfix pkgconfig iconv USE_OPENSSL= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS+= --disable-debug \ +CONFIGURE_ARGS= --disable-debug \ --disable-static \ --enable-dht \ --enable-encryption \ @@ -69,6 +69,7 @@ post-install: ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} \ + ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> |