summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2010-08-25 09:59:52 +0000
committerjmcneill <jmcneill>2010-08-25 09:59:52 +0000
commitcb49a34ab5c7345fb60ec5540c6504234dd7982c (patch)
treee1b90b0ceaa0d251310298dba04b7254b2d978f6 /chat
parent51000d25a793c52493a6d6e65f59a463589cdc59 (diff)
downloadpkgsrc-cb49a34ab5c7345fb60ec5540c6504234dd7982c.tar.gz
Use bash to run configure script
Diffstat (limited to 'chat')
-rw-r--r--chat/bitchx/Makefile5
1 files changed, 4 insertions, 1 deletions
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"