summaryrefslogtreecommitdiff
path: root/lang/mono-basic/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2013-06-17 12:44:53 +0000
committerwiz <wiz>2013-06-17 12:44:53 +0000
commit36e7aaa39c746c48f64e59af83f540645604dfcd (patch)
tree969ca0b7b7ce20bbbcef0e506f6ab73c0ea60a83 /lang/mono-basic/Makefile
parentde9b3171a78f2810a370ae03d62c32ff68790ce9 (diff)
downloadpkgsrc-36e7aaa39c746c48f64e59af83f540645604dfcd.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 'lang/mono-basic/Makefile')
-rw-r--r--lang/mono-basic/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/mono-basic/Makefile b/lang/mono-basic/Makefile
index 2e7291305fa..32304e2417a 100644
--- a/lang/mono-basic/Makefile
+++ b/lang/mono-basic/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2013/05/09 07:40:02 adam Exp $
+# $NetBSD: Makefile,v 1.20 2013/06/17 12:44:54 wiz Exp $
DISTNAME= mono-basic-2.10
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= lang
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/mono-basic/
EXTRACT_SUFX= .tar.bz2
@@ -29,5 +29,5 @@ SUBST_MESSAGE.fix-mandir= Fixing man path
SUBST_FILES.fix-mandir= build/config.make
SUBST_SED.fix-mandir= -e 's,share/man,man,'
-.include "../../lang/mono/buildlink3.mk"
+.include "../../lang/mono2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"