pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/handbrake Has a hidden bash invocation, so ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09130773d394
branches:  trunk
changeset: 569115:09130773d394
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 08 17:33:24 2010 +0000

description:
Has a hidden bash invocation, so depend on it.

diffstat:

 multimedia/handbrake/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6ab634d7a3f3 -r 09130773d394 multimedia/handbrake/Makefile
--- a/multimedia/handbrake/Makefile     Fri Jan 08 17:21:19 2010 +0000
+++ b/multimedia/handbrake/Makefile     Fri Jan 08 17:33:24 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/08/26 19:58:06 sno Exp $
+# $NetBSD: Makefile,v 1.6 2010/01/08 17:33:24 joerg Exp $
 #
 
 DISTNAME=      HandBrake-0.9.3
@@ -46,7 +46,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake perl intltool msgfmt pkg-config
+USE_TOOLS+=    gmake perl intltool msgfmt pkg-config bash
 USE_TOOLS+=    autoconf automake aclocal autoreconf m4
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index