diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-16 21:27:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-16 21:27:00 +0000 |
commit | 87a0c7165035c2379b62b959513643916d859b75 (patch) | |
tree | bf5a3b4abc96ae208f7c04b881cb4408ea41c8c1 /audio/bmp | |
parent | d91d627bc19f33c66e39197a69fc6e78d62e39d5 (diff) | |
download | pkgsrc-87a0c7165035c2379b62b959513643916d859b75.tar.gz |
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.
Diffstat (limited to 'audio/bmp')
-rw-r--r-- | audio/bmp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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/} |