diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-09-11 16:23:03 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-09-11 16:23:03 +0000 |
commit | 7c7e4249af9f86521ab079e85ee4ff6ecc37b04f (patch) | |
tree | 3cb74a9ce4793637299dabf950591451e71972ad /www/wml | |
parent | a941d925cc6b0e8933923e1cdfc97b5ec7c09646 (diff) | |
download | pkgsrc-7c7e4249af9f86521ab079e85ee4ff6ecc37b04f.tar.gz |
Use bash as CONFIG_SHELL, the old and crufty configure scripts in this package
cause hangs with various shells and this is the safest way to deal with it.
Diffstat (limited to 'www/wml')
-rw-r--r-- | www/wml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index d679974bfda..bfc17664845 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/09/08 11:57:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.43 2015/09/11 16:23:03 jperkin Exp $ DISTNAME= wml-2.0.11 PKGREVISION= 3 @@ -17,12 +17,12 @@ BUILD_DEPENDS+= lynx-[0-9]*:../../www/lynx .include "../../mk/bsd.prefs.mk" -USE_TOOLS+= automake +USE_TOOLS+= automake bash GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-perl=${PERL5:Q} \ --with-openworld \ --with-tidy=${LOCALBASE}/bin/tidy - +CONFIG_SHELL= ${TOOLS_PATH.bash} TEST_TARGET= test PERL_ARCHNAME_cmd= eval `${PERL5} -V:archname 2>/dev/null`; \ |