diff options
author | wiz <wiz> | 2013-06-17 12:44:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-06-17 12:44:53 +0000 |
commit | 3cfacb772dbc514a7c0a30de664d8c882c35e7d8 (patch) | |
tree | 969ca0b7b7ce20bbbcef0e506f6ab73c0ea60a83 /net/monsoon | |
parent | c9855bd22ac309718b473dcac19c313745b16769 (diff) | |
download | pkgsrc-3cfacb772dbc514a7c0a30de664d8c882c35e7d8.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/monsoon')
-rw-r--r-- | net/monsoon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/monsoon/Makefile b/net/monsoon/Makefile index 9f7a8548845..81e95660b2a 100644 --- a/net/monsoon/Makefile +++ b/net/monsoon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2013/06/06 12:54:57 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2013/06/17 12:44:54 wiz Exp $ DISTNAME= monsoon-0.20 -PKGREVISION= 31 +PKGREVISION= 32 CATEGORIES= net MASTER_SITES= http://www.monsoon-project.org/jaws/data/files/ @@ -14,7 +14,7 @@ MAKE_JOBS_SAFE= no USE_TOOLS+= gmake gtar intltool perl pkg-config msgfmt EXTRACT_USING= gtar -.include "../../lang/mono/buildlink3.mk" +.include "../../lang/mono2/buildlink3.mk" .include "../../net/mono-nat/buildlink3.mk" .include "../../net/monotorrent/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |