summaryrefslogtreecommitdiff
path: root/net/libtorrent
diff options
context:
space:
mode:
authortron <tron>2011-08-01 21:42:45 +0000
committertron <tron>2011-08-01 21:42:45 +0000
commit899b637698726b5cd8ee18887c0e910292f4f3a3 (patch)
tree132b74eec2241c14fa1be3f8946b659fc79accbd /net/libtorrent
parent0d78e80526815a6bb68ebc25d8095975c8d5e4d7 (diff)
downloadpkgsrc-899b637698726b5cd8ee18887c0e910292f4f3a3.tar.gz
The "rtorrent" packges needs at least version 0.12.9 of the "libtorrent"
package. As the former is the only user of the later bump both the minium ABI and API version. Problem reported by Aleksey Cheusov in private e-mail.
Diffstat (limited to 'net/libtorrent')
-rw-r--r--net/libtorrent/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/libtorrent/buildlink3.mk b/net/libtorrent/buildlink3.mk
index af6909add17..cb88cee4891 100644
--- a/net/libtorrent/buildlink3.mk
+++ b/net/libtorrent/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.17 2010/01/17 12:02:33 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2011/08/01 21:42:45 tron Exp $
BUILDLINK_TREE+= libtorrent
.if !defined(LIBTORRENT_BUILDLINK3_MK)
LIBTORRENT_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.libtorrent+= libtorrent>=0.12.0
-BUILDLINK_ABI_DEPENDS.libtorrent+= libtorrent>=0.12.6nb1
+BUILDLINK_API_DEPENDS.libtorrent+= libtorrent>=0.12.9
+BUILDLINK_ABI_DEPENDS.libtorrent+= libtorrent>=0.12.9
BUILDLINK_PKGSRCDIR.libtorrent?= ../../net/libtorrent
.include "../../devel/libsigc++/buildlink3.mk"