svn commit: r468340 - head/devel/clixon
Kirill Ponomarev
krion at FreeBSD.org
Thu Apr 26 09:47:46 UTC 2018
Author: krion
Date: Thu Apr 26 09:47:45 2018
New Revision: 468340
URL: https://svnweb.freebsd.org/changeset/ports/468340
Log:
Fix build by adding bison dep.
PR: 227782
Submitted by: maintainer
Modified:
head/devel/clixon/Makefile
Modified: head/devel/clixon/Makefile
==============================================================================
--- head/devel/clixon/Makefile Thu Apr 26 09:33:48 2018 (r468339)
+++ head/devel/clixon/Makefile Thu Apr 26 09:47:45 2018 (r468340)
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
LIB_DEPENDS= libcligen.so:devel/cligen \
libfcgi.so:www/fcgi
-USES= gmake
+USES= bison gmake
USE_LDCONFIG= yes
USE_GITHUB= yes
More information about the svn-ports-all
mailing list