Remove useless dependency on bison
base byacc is perfectly able to deal with this port
This commit is contained in:
parent
abd71e227b
commit
c5486bd622
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528153
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ LICENSE_COMB= multi
|
|||
NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64
|
||||
NOT_FOR_ARCHS_REASON= needs code written to specify rounding control mechanism in Boost.Numeric.Interval
|
||||
|
||||
USES= bison cmake compiler:c++11-lang
|
||||
USES= bison:alias cmake compiler:c++11-lang
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Gecode
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Reference in a new issue