summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-03-16 21:27:00 +0000
committerjmmv <jmmv>2005-03-16 21:27:00 +0000
commit2c049e53b6081d35b4600ad0e1f8099873637769 (patch)
treebf5a3b4abc96ae208f7c04b881cb4408ea41c8c1 /audio
parentdadf825c0c75cfd1f307b179b2de39db62b5d258 (diff)
downloadpkgsrc-2c049e53b6081d35b4600ad0e1f8099873637769.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')
-rw-r--r--audio/bmp/Makefile6
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/}