diff options
-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 |