diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-06 15:49:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-06 15:49:36 +0000 |
commit | b5765c4e1e18380f09b7ddc7708877f9c816b9e9 (patch) | |
tree | 7d5d9d7928dc945dbb0ebab3fbf9181b06d77dc7 | |
parent | 9d13f9a96d1af384da8cd40282911def56a9e02e (diff) | |
download | pkgsrc-b5765c4e1e18380f09b7ddc7708877f9c816b9e9.tar.gz |
Depend on librsvg2-gtk2, as this package requires the gdk-pixbuf loader
provided by it to load SVG images within some of the games. Bump revision
to 1. Closes PR pkg/25074 by Arto Huusko.
-rw-r--r-- | games/gnome2-games/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index 878446bb2bf..14423e34df1 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2004/04/01 19:04:10 jmmv Exp $ +# $NetBSD: Makefile,v 1.31 2004/04/06 15:49:36 jmmv Exp $ DISTNAME= gnome-games-2.6.0 +PKGREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games/2.6/} EXTRACT_SUFX= .tar.bz2 @@ -10,6 +11,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 games collection DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs +DEPENDS+= librsvg2-gtk2>=2.6.3:../../graphics/librsvg2-gtk2 CONFLICTS= xbill-[0-9]* |