Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2020 11:13:00 +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: r528152 - head/devel/m17n-lib
Message-ID:  <202003101113.02ABD0jh097926@repo.freebsd.org>

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



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