pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tla Needs bash at build time.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2aa6b5a2995a
branches:  trunk
changeset: 519980:2aa6b5a2995a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Oct 13 06:52:11 2006 +0000

description:
Needs bash at build time.

diffstat:

 devel/tla/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1ee38c31f9c3 -r 2aa6b5a2995a devel/tla/Makefile
--- a/devel/tla/Makefile        Fri Oct 13 06:32:15 2006 +0000
+++ b/devel/tla/Makefile        Fri Oct 13 06:52:11 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/10/04 21:36:01 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2006/10/13 06:52:11 rillig Exp $
 #
 
 DISTNAME=      tla-1.3.5
@@ -17,6 +17,9 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+REPLACE_BASH+= src/tla/tests/changeset-tests/chmod_random
+USE_TOOLS+=    bash
+
 USE_TOOLS+=    gmake
 
 HAS_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index