Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2020 13:02:20 +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: r528163 - head/devel/cligen
Message-ID:  <202003101302.02AD2K0h064726@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Mar 10 13:02:20 2020
New Revision: 528163
URL: https://svnweb.freebsd.org/changeset/ports/528163

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

Modified:
  head/devel/cligen/Makefile

Modified: head/devel/cligen/Makefile
==============================================================================
--- head/devel/cligen/Makefile	Tue Mar 10 12:33:30 2020	(r528162)
+++ head/devel/cligen/Makefile	Tue Mar 10 13:02:20 2020	(r528163)
@@ -10,7 +10,7 @@ COMMENT=	CLIgen is a Command-Line Interface generator
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-USES=		bison gmake
+USES=		bison:alias gmake
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	olofhagsand



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