From 2c049e53b6081d35b4600ad0e1f8099873637769 Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 16 Mar 2005 21:27:00 +0000 Subject: Depend on unzip, as it's required to use winamp (zipped) skins. Otherwise, if the program cannot find unzip, the window screen gets garbled. This is just a workaround for what seems to be a bug in the program, but is not our fault. Closes PR pkg/29697 by sigsegv@rambler.ru. --- audio/bmp/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/bmp/Makefile b/audio/bmp/Makefile index 34e9e2d7b15..85b819a3d5b 100644 --- a/audio/bmp/Makefile +++ b/audio/bmp/Makefile @@ -1,8 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2004/12/25 15:22:36 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2005/03/16 21:27:00 jmmv Exp $ # .include "Makefile.common" +PKGREVISION= 1 + +DEPENDS+= unzip-[0-9]*:../../archivers/unzip + CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-mp3/--enable-mp3/} CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-oss/--enable-oss/} CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-vorbis/--enable-vorbis/} -- cgit v1.2.3