From cb49a34ab5c7345fb60ec5540c6504234dd7982c Mon Sep 17 00:00:00 2001 From: jmcneill Date: Wed, 25 Aug 2010 09:59:52 +0000 Subject: Use bash to run configure script --- chat/bitchx/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chat') diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index 87c05cd71e5..8eda2f795fa 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2010/01/17 12:02:06 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2010/08/25 09:59:52 jmcneill Exp $ DISTNAME= ircii-pana-1.1-final PKGNAME= bitchx-1.1 @@ -13,9 +13,12 @@ COMMENT= IRC client based on ircII # This package is not even remotely 64-bit clean NOT_FOR_PLATFORM= ${LP64PLATFORMS} +USE_TOOLS+= bash + WRKSRC= ${WRKDIR}/BitchX GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-ssl +CONFIG_SHELL= ${TOOLS_PATH.bash} .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3