pkgsrc-WIP-changes archive

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

nedit-ng: uses bison



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Mon Jan 24 11:03:52 2022 +0100
Changeset:	341ed390f4c9e8607e7eaec62e89301b455e0c80

Modified Files:
	nedit-ng/Makefile

Log Message:
nedit-ng: uses bison

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

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

diffstat:
 nedit-ng/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/nedit-ng/Makefile b/nedit-ng/Makefile
index 14808648b1..63de844018 100644
--- a/nedit-ng/Makefile
+++ b/nedit-ng/Makefile
@@ -14,6 +14,8 @@ COMMENT=	Remake of nedit using Qt
 LICENSE=	gnu-gpl-v2
 
 WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
+USE_TOOLS+=	bison
+BISON_REQD=	3.0
 USE_CMAKE=	yes
 USE_LANGUAGES=	c++
 


Home | Main Index | Thread Index | Old Index