pkgsrc-wip -- http://pkgsrc.org/wip/
/
pkgsrc-wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19db724
)
nedit-ng: uses bison
author
Niclas Rosenvik
<nros@pkgsrc.org>
Mon, 24 Jan 2022 10:03:52 +0000
(11:03 +0100)
committer
Niclas Rosenvik
<nros@pkgsrc.org>
Mon, 24 Jan 2022 10:04:04 +0000
(11:04 +0100)
nedit-ng/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/nedit-ng/Makefile
b/nedit-ng/Makefile
index 14808648b18bbba1effc2c78e5ed4d8970ae1c12..63de844018b831ede49d78dece807c3067ea5f4a 100644
(file)
--- 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++