Date: Thu, 26 Apr 2018 09:47:45 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468340 - head/devel/clixon Message-ID: <201804260947.w3Q9ljoP064805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804260947.w3Q9ljoP064805>