diff options
author | wiz <wiz@pkgsrc.org> | 2008-02-28 08:53:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-02-28 08:53:31 +0000 |
commit | 913964248de279a757fa805e5a97a175a5b23f26 (patch) | |
tree | 0050f88364de8ad5945a4775de03b40c99d2acad /comms | |
parent | 37f410eabb66a7db647e30cdcc4fc8ef232804c1 (diff) | |
download | pkgsrc-913964248de279a757fa805e5a97a175a5b23f26.tar.gz |
Use REPLACE_BASH to make sure right bash is found for mkpkgconfig.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index fec63b5d39a..e767ab7ddda 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2008/02/27 12:31:12 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2008/02/28 08:53:31 wiz Exp $ DISTNAME= asterisk-1.2.24 PKGREVISION= 2 @@ -13,6 +13,7 @@ COMMENT= The Asterisk Software PBX .include "../../mk/bsd.prefs.mk" USE_TOOLS+= bash bison gmake perl:run +REPLACE_BASH= mkpkgconfig REPLACE_PERL+= agi/agi-test.agi INSTALL_TARGET= install samples |