svn commit: r513613 - head/devel/binutils

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 2 19:40:03 UTC 2019


Author: bapt
Date: Wed Oct  2 19:40:03 2019
New Revision: 513613
URL: https://svnweb.freebsd.org/changeset/ports/513613

Log:
  Use bison:alias to avoid depending on GNU bison

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Wed Oct  2 19:36:25 2019	(r513612)
+++ head/devel/binutils/Makefile	Wed Oct  2 19:40:03 2019	(r513613)
@@ -32,7 +32,7 @@ RELRO_DESC=	enable -z relro in ELF linker by default
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING3
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING3.LIB
 
-USES=		bison cpe gmake libtool tar:bzip2 compiler:env
+USES=		bison:alias cpe gmake libtool tar:bzip2 compiler:env
 CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-head mailing list