math/gecode: Fix bison detection by using bison from ports
Previous behavior was to use byacc from base which failed to be detected by the configure script.
This commit is contained in:
parent
0605ef1bd0
commit
4a18c5e4a4
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= gecode
|
||||
DISTVERSIONPREFIX= release-
|
||||
DISTVERSION= 6.3.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -15,7 +15,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:alias compiler:c++11-lang gmake perl5
|
||||
USES= bison:build compiler:c++11-lang gmake perl5
|
||||
USE_PERL5= build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue