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 | d967fc49f5461133c2e32c9bb65892bf244192ae (patch) | |
tree | e10eea282b4cc4910a098929e2e7ce35d365becb /comms | |
parent | dad3860979fe7c1c4c9aac4f5297890b307ea11d (diff) | |
download | pkgsrc-d967fc49f5461133c2e32c9bb65892bf244192ae.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 |