From 01efe79c0a757d7e89b067d53e1cadf3ce7f9a54 Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 30 Nov 2010 18:21:01 +0000 Subject: librsvg-2.23.x doesn't come with the "rsvg" tool anymore which was used in gxine build to convert svg into png. There is a replacement "rsvg-convert" with different cmd line syntax, but it seems to me that this is all unnecessary -- gxine can display the svg files as well. So, to keep things simple, fix the PLIST to reflect the status quo and drop the useless build dependency. --- multimedia/gxine/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'multimedia/gxine/Makefile') diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index ae664960ef0..3cd0fac378b 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2010/11/15 22:58:05 abs Exp $ +# $NetBSD: Makefile,v 1.49 2010/11/30 18:21:01 drochner Exp $ DISTNAME= gxine-0.5.905 PKGREVISION= 3 @@ -20,7 +20,8 @@ CONFIGURE_ARGS+= --disable-lirc BROKEN_GETTEXT_DETECTION= yes PTHREAD_OPTS+= require # for svg->png icon conversion -BUILD_DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg +# XXX librsvg>=2.32 doesn't install the "rsvg" tool +#BUILD_DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg EGDIR= ${PREFIX}/share/examples/gxine PKG_SYSCONFSUBDIR= gxine -- cgit v1.2.3