diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2010-08-25 09:59:52 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2010-08-25 09:59:52 +0000 |
commit | d8e72bc9145779cd802d8a946be26f366bb23799 (patch) | |
tree | e1b90b0ceaa0d251310298dba04b7254b2d978f6 /chat | |
parent | faaf7e2fd193c1d9a21b85da8742b817d6e94a5e (diff) | |
download | pkgsrc-d8e72bc9145779cd802d8a946be26f366bb23799.tar.gz |
Use bash to run configure script
Diffstat (limited to 'chat')
-rw-r--r-- | chat/bitchx/Makefile | 5 |
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" |