Remove useless dependency on bison

base byacc is perfectly able to deal with this port
This commit is contained in:
Baptiste Daroussin 2020-03-10 11:22:24 +00:00
parent abd71e227b
commit c5486bd622
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528153

View file

@ -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