nedit-ng: uses bison
authorNiclas Rosenvik <nros@pkgsrc.org>
Mon, 24 Jan 2022 10:03:52 +0000 (11:03 +0100)
committerNiclas Rosenvik <nros@pkgsrc.org>
Mon, 24 Jan 2022 10:04:04 +0000 (11:04 +0100)
nedit-ng/Makefile

index 14808648b18bbba1effc2c78e5ed4d8970ae1c12..63de844018b831ede49d78dece807c3067ea5f4a 100644 (file)
@@ -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++