pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlto Use TOOLS_PATH.bash for bash. Might fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9fbfd27669e
branches:  trunk
changeset: 550289:a9fbfd27669e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 18 15:20:54 2008 +0000

description:
Use TOOLS_PATH.bash for bash. Might fix build on Linux while hopefully not
breaking it otherwise.

diffstat:

 textproc/xmlto/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2dd27b61ff10 -r a9fbfd27669e textproc/xmlto/Makefile
--- a/textproc/xmlto/Makefile   Tue Nov 18 15:02:50 2008 +0000
+++ b/textproc/xmlto/Makefile   Tue Nov 18 15:20:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/11/13 11:15:14 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2008/11/18 15:20:54 wiz Exp $
 #
 
 DISTNAME=              xmlto-0.0.21
@@ -21,7 +21,7 @@
 GNU_CONFIGURE=         yes
 MAKE_ENV+=             SGML_CATALOG_FILES=${PREFIX}/share/xml/catalog
 CONFIGURE_ARGS+=       --with-getopt=${PREFIX}/bin/getopt
-CONFIGURE_ARGS+=       --with-bash=${PREFIX}/bin/bash
+CONFIGURE_ARGS+=       --with-bash=${TOOLS_PATH.bash}
 
 REPLACE_BASH+=         xmlif/test/run-test
 USE_TOOLS+=            bash:run mktemp



Home | Main Index | Thread Index | Old Index