summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-06-17 12:44:53 +0000
committerwiz <wiz@pkgsrc.org>2013-06-17 12:44:53 +0000
commita9864a7b1579f02babb7e5977232cfcbeb7882cc (patch)
tree969ca0b7b7ce20bbbcef0e506f6ab73c0ea60a83 /games
parent7c65a294b7fe71a60df821d0f596485e78f232d5 (diff)
downloadpkgsrc-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 'games')
-rw-r--r--games/gbrainy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile
index b7790661a7f..51cc2e60ed8 100644
--- a/games/gbrainy/Makefile
+++ b/games/gbrainy/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.66 2013/06/06 12:54:21 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2013/06/17 12:44:54 wiz Exp $
#
DISTNAME= gbrainy-2.2.0
PKGNAME= gbrainy-2.20
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= games
MASTER_SITES= http://gent.softcatala.org/jmas/gbrainy/
@@ -30,7 +30,7 @@ REPLACE_BASH= src/Clients/Classical/gbrainy.in
.include "../../graphics/librsvg/buildlink3.mk"
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../lang/mono/buildlink3.mk"
+.include "../../lang/mono2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../x11/gtk-sharp/buildlink3.mk"