pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/bmp Depend on unzip, as it's required to use win...
details: https://anonhg.NetBSD.org/pkgsrc/rev/746aa79d930e
branches: trunk
changeset: 490646:746aa79d930e
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Wed Mar 16 21:27:00 2005 +0000
description:
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@localhost.
diffstat:
audio/bmp/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 16a77b8e0bf2 -r 746aa79d930e audio/bmp/Makefile
--- a/audio/bmp/Makefile Wed Mar 16 21:14:46 2005 +0000
+++ b/audio/bmp/Makefile Wed Mar 16 21:27:00 2005 +0000
@@ -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/}
Home |
Main Index |
Thread Index |
Old Index