diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-02-11 22:44:25 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-02-11 22:44:25 +0000 |
commit | 7274cc1ced5749a0d6f19ad294f94b133520d9a6 (patch) | |
tree | 9152851c5d0e167deacdaeac7c58fbaea1bfcb77 /net-p2p/libtorrent-rasterbar-14 | |
parent | 9b9c1fdb35736f4823d2d6c126a440309f96d95c (diff) | |
download | ports-7274cc1ced5749a0d6f19ad294f94b133520d9a6.tar.gz ports-7274cc1ced5749a0d6f19ad294f94b133520d9a6.zip |
Notes
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index df698da0cbf1..39ab8974ed85 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtorrent PORTVERSION= 0.14.8 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.googlecode.com/files/ PKGNAMEPREFIX= rb @@ -16,6 +17,8 @@ DISTNAME= ${PORTNAME}-rasterbar-${PORTVERSION} MAINTAINER= dougb@FreeBSD.org COMMENT= A C++ library implementing a BitTorrent client (devel version) +MAKE_JOBS_SAFE= yes + LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs CONFLICTS= rblibtorrent-[0-9]* @@ -50,4 +53,8 @@ post-patch: @${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g ; \ s|@BOOST_SYSTEM_LIB@||g' ${WRKSRC}/src/Makefile.am +post-configure: + @${REINPLACE_CMD} -e 's|@BOOST_SYSTEM_LIB@|-lboost_system|' \ + ${WRKSRC}/libtorrent-rasterbar.pc + .include <bsd.port.post.mk> |