Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2020 11:22:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528153 - head/devel/gecode
Message-ID:  <202003101122.02ABMOg2004247@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003101122.02ABMOg2004247>