summaryrefslogtreecommitdiff
path: root/net/libtorrent
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2011-08-01 21:42:45 +0000
committertron <tron@pkgsrc.org>2011-08-01 21:42:45 +0000
commitd54c8b61ff60305f35268453ffb3bd0417fb0f66 (patch)
tree132b74eec2241c14fa1be3f8946b659fc79accbd /net/libtorrent
parentb96b8306c1fe02944ffb83c8710eea0b092bc9a9 (diff)
downloadpkgsrc-d54c8b61ff60305f35268453ffb3bd0417fb0f66.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"