diff options
author | wiz <wiz@pkgsrc.org> | 2008-02-27 12:31:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-02-27 12:31:12 +0000 |
commit | 5d077f8e34585d3cd49cebfc54302d57f9d316f5 (patch) | |
tree | e10eea282b4cc4910a098929e2e7ce35d365becb /comms | |
parent | 49a9d175e2eed018ba3fec1533484924134df05b (diff) | |
download | pkgsrc-5d077f8e34585d3cd49cebfc54302d57f9d316f5.tar.gz |
Add bash to tools for mkpkgconfig.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 0027dde303c..fec63b5d39a 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2008/02/20 10:14:19 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2008/02/27 12:31:12 wiz Exp $ DISTNAME= asterisk-1.2.24 PKGREVISION= 2 @@ -12,7 +12,7 @@ COMMENT= The Asterisk Software PBX .include "../../mk/bsd.prefs.mk" -USE_TOOLS+= bison gmake perl:run +USE_TOOLS+= bash bison gmake perl:run REPLACE_PERL+= agi/agi-test.agi INSTALL_TARGET= install samples |