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 /textproc/gnome-subtitles | |
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 'textproc/gnome-subtitles')
-rw-r--r-- | textproc/gnome-subtitles/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gnome-subtitles/Makefile b/textproc/gnome-subtitles/Makefile index d4d981a8d5b..59bedb8fab4 100644 --- a/textproc/gnome-subtitles/Makefile +++ b/textproc/gnome-subtitles/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2013/06/06 12:55:07 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2013/06/17 12:44:55 wiz Exp $ DISTNAME= gnome-subtitles-1.1 -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= multimedia textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnome-subtitles/} @@ -23,7 +23,7 @@ DEPENDS+= enchant>=1.3:../../textproc/enchant DEPENDS+= gtkspell>=2.0:../../textproc/gtkspell .include "../../devel/GConf/schemas.mk" -.include "../../lang/mono/buildlink3.mk" +.include "../../lang/mono2/buildlink3.mk" .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" |