Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 19:40:03 +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: r513613 - head/devel/binutils
Message-ID:  <201910021940.x92Je3Pp070735@repo.freebsd.org>

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



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