diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-18 15:20:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-18 15:20:54 +0000 |
commit | 160a985eac6fe98c30761d96fba0db27d4a5f9c2 (patch) | |
tree | 363f3824f8dd26899f1f0adcf7fbcfeb91c19e12 | |
parent | d42da03c7a2ec9a629e7860c997f6e66b00218e4 (diff) | |
download | pkgsrc-160a985eac6fe98c30761d96fba0db27d4a5f9c2.tar.gz |
Use TOOLS_PATH.bash for bash. Might fix build on Linux while hopefully not
breaking it otherwise.
-rw-r--r-- | textproc/xmlto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index 55d41942069..acab31e2819 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -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 @@ USE_PKGLOCALEDIR= yes 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 |