svn commit: r528153 - head/devel/gecode

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 10 11:22:27 UTC 2020


Author: bapt
Date: Tue Mar 10 11:22:24 2020
New Revision: 528153
URL: https://svnweb.freebsd.org/changeset/ports/528153

Log:
  Remove useless dependency on bison
  
  base byacc is perfectly able to deal with this port

Modified:
  head/devel/gecode/Makefile

Modified: head/devel/gecode/Makefile
==============================================================================
--- head/devel/gecode/Makefile	Tue Mar 10 11:13:00 2020	(r528152)
+++ head/devel/gecode/Makefile	Tue Mar 10 11:22:24 2020	(r528153)
@@ -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


More information about the svn-ports-head mailing list