svn commit: r528163 - head/devel/cligen
Baptiste Daroussin
bapt at FreeBSD.org
Tue Mar 10 13:02:21 UTC 2020
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
More information about the svn-ports-all
mailing list