summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-09-11 16:23:03 +0000
committerjperkin <jperkin>2015-09-11 16:23:03 +0000
commit504f39bab7c2c31921f7cec6db5fd4ed6ffb3466 (patch)
tree3cb74a9ce4793637299dabf950591451e71972ad /www
parentce455b66f42ecdbc693e2480fdc172735f051e13 (diff)
downloadpkgsrc-504f39bab7c2c31921f7cec6db5fd4ed6ffb3466.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')
-rw-r--r--www/wml/Makefile6
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`; \