Date: Tue, 10 Mar 2020 11:06:29 +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: r528148 - head/cad/brlcad Message-ID: <202003101106.02AB6TxX091867@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003101106.02AB6TxX091867>