diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-10 14:03:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-10 14:03:36 +0000 |
commit | db534cb198edad1f76e40294f1ed2beb9c80c72a (patch) | |
tree | 653bf3f6978625b2ec599f6ab280b329e16ece9f /games/gnome2-games | |
parent | 4b5d36aafa83d48547b1d960b231f1a06fd052f5 (diff) | |
download | pkgsrc-db534cb198edad1f76e40294f1ed2beb9c80c72a.tar.gz |
librsvg2-gtk2 has gone away, so do not depend on it. Instead, require a
recent version of librsvg2 (>= 2.12.6) which now includes the GTK+ loader.
Bump PKGREVISION to 1.
Diffstat (limited to 'games/gnome2-games')
-rw-r--r-- | games/gnome2-games/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index f8d3a962fc8..2ba71afb5d4 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2005/08/10 20:56:17 jlam Exp $ +# $NetBSD: Makefile,v 1.51 2005/10/10 14:03:36 jmmv Exp $ DISTNAME= gnome-games-2.10.1 +PKGREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games/2.10/} EXTRACT_SUFX= .tar.bz2 @@ -9,8 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 games collection -DEPENDS+= librsvg2-gtk2>=2.9.5:../../graphics/librsvg2-gtk2 - CONFLICTS= xbill-[0-9]* BUILD_USES_MSGFMT= yes @@ -66,6 +65,7 @@ PYTHON_PATCH_SCRIPTS= libgames-support/games-server.py BUILDLINK_DEPENDS.howl+= howl>=0.9.6 BUILDLINK_DEPENDS.libgnome+= libgnome>=2.10.0 +BUILDLINK_DEPENDS.librsvg2+= librsvg2>=2.12.6 .include "../../audio/esound/buildlink3.mk" .include "../../devel/GConf2/schemas.mk" |