pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ltsmin: bison dependency added
Module Name: pkgsrc-wip
Committed By: mayuresh <mayuresh%acm.org@localhost>
Pushed By: mayuresh
Date: Thu Jul 14 11:29:21 2022 +0530
Changeset: 2afbd3d5ab8c533bdfbefe7930a0fbd197bdc87f
Modified Files:
ltsmin/Makefile
Log Message:
ltsmin: bison dependency added
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2afbd3d5ab8c533bdfbefe7930a0fbd197bdc87f
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 60a5195b4d..7b0bd9cbf9 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
+DEPENDS+= bison>=3.8.2:../../devel/bison
+USE_TOOLS+= gmake bison
BUILDLINK_TRANSFORM.NetBSD+= rm:-ldl
CONFIGURE_ARGS+= PKG_CONFIG=${PREFIX}/bin/pkg-config
CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/${PKGBASE}
Home |
Main Index |
Thread Index |
Old Index