From c5486bd6225bd9a3da56e12b5755d96847bb256d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 10 Mar 2020 11:22:24 +0000 Subject: [PATCH] Remove useless dependency on bison base byacc is perfectly able to deal with this port --- devel/gecode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/gecode/Makefile b/devel/gecode/Makefile index 3d98ec773860..69d72e711374 100644 --- a/devel/gecode/Makefile +++ b/devel/gecode/Makefile @@ -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