diff options
author | mef <mef@pkgsrc.org> | 2020-09-27 02:06:50 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-09-27 02:06:50 +0000 |
commit | 1e4545d39520b27510c00db1e3eead925e5480ef (patch) | |
tree | ef0a8b8e7e15904e6c6f818a0154531212677a35 /print | |
parent | 5e13aee85c3dd42282ce822cab8a249940302b21 (diff) | |
download | pkgsrc-1e4545d39520b27510c00db1e3eead925e5480ef.tar.gz |
(print/sile) Add USE_TOOLS+= bash
Diffstat (limited to 'print')
-rw-r--r-- | print/sile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/sile/Makefile b/print/sile/Makefile index e48cc37fe6a..99a5c91de01 100644 --- a/print/sile/Makefile +++ b/print/sile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/08/17 20:19:57 leot Exp $ +# $NetBSD: Makefile,v 1.4 2020/09/27 02:06:50 mef Exp $ DISTNAME= sile-0.10.9 PKGREVISION= 1 @@ -37,7 +37,7 @@ DEPENDS+= ${LUA_PKGPREFIX}-cosmo-[0-9]*:../../textproc/lua-cosmo GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake +USE_TOOLS+= pkg-config gmake bash CONFIGURE_ARGS+= LUA=${LUA_INTERPRETER} CONFIGURE_ARGS+= --with-system-luarocks |