diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-17 12:44:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-17 12:44:53 +0000 |
commit | a9864a7b1579f02babb7e5977232cfcbeb7882cc (patch) | |
tree | 969ca0b7b7ce20bbbcef0e506f6ab73c0ea60a83 /net/monotorrent/buildlink3.mk | |
parent | 7c65a294b7fe71a60df821d0f596485e78f232d5 (diff) | |
download | pkgsrc-a9864a7b1579f02babb7e5977232cfcbeb7882cc.tar.gz |
Make mono packages depend on lang/mono2 instead of lang/mono.
The latter contains the unstable version 3 of mono, which breaks many mono
packages.
Bump dependencies and PKGREVISIONs.
Ok during freeze: gdt@
Diffstat (limited to 'net/monotorrent/buildlink3.mk')
-rw-r--r-- | net/monotorrent/buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/monotorrent/buildlink3.mk b/net/monotorrent/buildlink3.mk index 2cee86f1622..aab9b05c69e 100644 --- a/net/monotorrent/buildlink3.mk +++ b/net/monotorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2013/01/26 21:36:42 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2013/06/17 12:44:54 wiz Exp $ BUILDLINK_TREE+= monotorrent @@ -6,10 +6,10 @@ BUILDLINK_TREE+= monotorrent MONOTORRENT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.monotorrent+= monotorrent>=0.72 -BUILDLINK_ABI_DEPENDS.monotorrent+= monotorrent>=0.72nb5 +BUILDLINK_ABI_DEPENDS.monotorrent+= monotorrent>=0.72nb7 BUILDLINK_PKGSRCDIR.monotorrent?= ../../net/monotorrent -.include "../../lang/mono/buildlink3.mk" +.include "../../lang/mono2/buildlink3.mk" .endif # MONOTORRENT_BUILDLINK3_MK BUILDLINK_TREE+= -monotorrent |