From bf1a3874aa1c460365e3e2ec3861fb30d88ce983 Mon Sep 17 00:00:00 2001 From: barner Date: Wed, 4 Jul 2007 15:10:58 +0000 Subject: - Bump boost shared library version to 4 - Bump PORTREVISION --- net-p2p/rblibtorrent/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-p2p/rblibtorrent') diff --git a/net-p2p/rblibtorrent/Makefile b/net-p2p/rblibtorrent/Makefile index 0fb2f75e86c6..cc8ae9654adc 100644 --- a/net-p2p/rblibtorrent/Makefile +++ b/net-p2p/rblibtorrent/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtorrent PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF PKGNAMEPREFIX= rb @@ -14,7 +15,7 @@ PKGNAMEPREFIX= rb MAINTAINER= johan@stromnet.se COMMENT= A C++ library implementing a BitTorrent client -LIB_DEPENDS= boost_date_time.3:${PORTSDIR}/devel/boost +LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost GNU_CONFIGURE= yes USE_LDCONFIG= yes -- cgit