svn commit: r528159 - head/devel/gputils

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 10 12:00:41 UTC 2020


Author: bapt
Date: Tue Mar 10 12:00:40 2020
New Revision: 528159
URL: https://svnweb.freebsd.org/changeset/ports/528159

Log:
  Remove useless dependency on bison
  
  base byacc is perfectly able to deal with this port

Modified:
  head/devel/gputils/Makefile

Modified: head/devel/gputils/Makefile
==============================================================================
--- head/devel/gputils/Makefile	Tue Mar 10 11:40:19 2020	(r528158)
+++ head/devel/gputils/Makefile	Tue Mar 10 12:00:40 2020	(r528159)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 CONFLICTS=	gplink-[0-9]*
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS= --disable-dependency-tracking --disable-html-doc
-USES=		bison gmake tar:bz2
+USES=		bison:alias gmake tar:bz2
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*//}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list