pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bash added as a tool dependency



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Mon Jul 11 17:11:16 2022 +0530
Changeset:	619835e1a3ca6308611cc321ea87a72212feb7b5

Modified Files:
	ltsmin/Makefile

Log Message:
bash added as a tool dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=619835e1a3ca6308611cc321ea87a72212feb7b5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ltsmin/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/ltsmin/Makefile b/ltsmin/Makefile
index 5d663c323b..c7ef489cbb 100644
--- a/ltsmin/Makefile
+++ b/ltsmin/Makefile
@@ -15,7 +15,8 @@ WRKSRC=				${WRKDIR}/ltsmin-3.0.2
 GNU_CONFIGURE=			yes
 USE_LANGUAGES=			c c++
 DEPENDS+=			flex>=2.6.4:../../devel/flex
-USE_TOOLS+=			gmake
+TOOL_DEPENDS+=			bash-[0-9]*:../../shells/bash
+USE_TOOLS+=			gmake bash
 CONFIG_SHELL=			bash
 BUILDLINK_TRANSFORM.NetBSD+=	rm:-ldl
 CONFIGURE_ARGS+=		PKG_CONFIG=${PREFIX}/bin/pkg-config


Home | Main Index | Thread Index | Old Index