svn commit: r528148 - head/cad/brlcad

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 10 11:06:30 UTC 2020


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

Log:
  brlcad builds and run perfectly fine when built with base byacc instead of bison

Modified:
  head/cad/brlcad/Makefile

Modified: head/cad/brlcad/Makefile
==============================================================================
--- head/cad/brlcad/Makefile	Tue Mar 10 11:02:44 2020	(r528147)
+++ head/cad/brlcad/Makefile	Tue Mar 10 11:06:29 2020	(r528148)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 
 CONFLICTS_INSTALL=	py[23][0-9]-epsilon
 
-USES=		bison cmake:insource gl pathfix pkgconfig python:env \
+USES=		bison:alias cmake:insource gl pathfix pkgconfig python:env \
 		shebangfix tar:bzip2 tk xorg
 USE_GL=		gl glu
 USE_XORG=	ice sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \


More information about the svn-ports-all mailing list