svn commit: r528152 - head/devel/m17n-lib

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 10 11:13:01 UTC 2020


Author: bapt
Date: Tue Mar 10 11:13:00 2020
New Revision: 528152
URL: https://svnweb.freebsd.org/changeset/ports/528152

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

Modified:
  head/devel/m17n-lib/Makefile

Modified: head/devel/m17n-lib/Makefile
==============================================================================
--- head/devel/m17n-lib/Makefile	Tue Mar 10 11:12:30 2020	(r528151)
+++ head/devel/m17n-lib/Makefile	Tue Mar 10 11:13:00 2020	(r528152)
@@ -23,7 +23,7 @@ RUN_DEPENDS=	m17n-db>=1.8.0:devel/m17n-db
 
 MAKE_JOBS_UNSAFE=	yes
 
-USES=		autoreconf bison gettext-tools gnome libtool pathfix pkgconfig \
+USES=		autoreconf bison:alias gettext-tools gnome libtool pathfix pkgconfig \
 		xorg
 USE_XORG=	ice sm x11 xaw xft xmu xrender xt
 USE_GNOME=	libxml2


More information about the svn-ports-head mailing list