pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/mencvcd Fix pattern for bash ([0-9]* instead ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d0e64089f2d
branches:  trunk
changeset: 488326:1d0e64089f2d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 28 01:28:15 2005 +0000

description:
Fix pattern for bash ([0-9]* instead of *).

diffstat:

 sysutils/mencvcd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b0aad211f6db -r 1d0e64089f2d sysutils/mencvcd/Makefile
--- a/sysutils/mencvcd/Makefile Fri Jan 28 00:43:54 2005 +0000
+++ b/sysutils/mencvcd/Makefile Fri Jan 28 01:28:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/27 23:07:40 tron Exp $
+# $NetBSD: Makefile,v 1.2 2005/01/28 01:28:15 wiz Exp $
 
 .include "../../multimedia/mplayer-share/Makefile.common"
 
@@ -8,7 +8,7 @@
 MAINTAINER=    tron%NetBSD.org@localhost
 COMMENT=       Script for converting movie files into (S)VCD format
 
-DEPENDS+=      bash-*:../../shells/bash
+DEPENDS+=      bash-[0-9]*:../../shells/bash
 DEPENDS+=      mjpegtools>=1.6.2:../../multimedia/mjpegtools
 DEPENDS+=      mplayer>=${MPLAYER_PKG_VERSION}:../../multimedia/mplayer
 DEPENDS+=      sox>=12.16:../../audio/sox



Home | Main Index | Thread Index | Old Index