svn commit: r528149 - head/cad/scotch

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 10 11:07:00 UTC 2020


Author: bapt
Date: Tue Mar 10 11:06:59 2020
New Revision: 528149
URL: https://svnweb.freebsd.org/changeset/ports/528149

Log:
  cad/scotch: builds and run perfecly fine when built with byacc

Modified:
  head/cad/scotch/Makefile

Modified: head/cad/scotch/Makefile
==============================================================================
--- head/cad/scotch/Makefile	Tue Mar 10 11:06:29 2020	(r528148)
+++ head/cad/scotch/Makefile	Tue Mar 10 11:06:59 2020	(r528149)
@@ -15,7 +15,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-se
 
 CONFLICTS=	gbase-0.* gmap-2015.*
 
-USES=		bison gmake localbase
+USES=		bison:alias gmake localbase
 
 MAKE_JOBS_UNSAFE=yes
 


More information about the svn-ports-all mailing list