svn commit: r513611 - head/www/elinks

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 2 19:29:56 UTC 2019


Author: bapt
Date: Wed Oct  2 19:29:55 2019
New Revision: 513611
URL: https://svnweb.freebsd.org/changeset/ports/513611

Log:
  Avoid dependency on GNU bison using bison:alias

Modified:
  head/www/elinks/Makefile

Modified: head/www/elinks/Makefile
==============================================================================
--- head/www/elinks/Makefile	Wed Oct  2 19:25:38 2019	(r513610)
+++ head/www/elinks/Makefile	Wed Oct  2 19:29:55 2019	(r513611)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-USES=		bison cpe gmake localbase ssl tar:bzip2
+USES=		bison:alias cpe gmake localbase ssl tar:bzip2
 CONFIGURE_ARGS=	--without-zlib
 
 LIBS+=		-lexecinfo


More information about the svn-ports-head mailing list