Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2016 12:28:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415319 - head/devel/gaa
Message-ID:  <201605161228.u4GCSG8B071301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon May 16 12:28:16 2016
New Revision: 415319
URL: https://svnweb.freebsd.org/changeset/ports/415319

Log:
  Add missing build dependency on bison

Modified:
  head/devel/gaa/Makefile

Modified: head/devel/gaa/Makefile
==============================================================================
--- head/devel/gaa/Makefile	Mon May 16 12:08:51 2016	(r415318)
+++ head/devel/gaa/Makefile	Mon May 16 12:28:16 2016	(r415319)
@@ -10,6 +10,7 @@ MAINTAINER=	demon@FreeBSD.org
 COMMENT=	GPL Argument Analyser
 
 GNU_CONFIGURE=	yes
+USES=		bison
 
 post-patch:
 	${REINPLACE_CMD} -e "s/getline/get_line/g" ${WRKSRC}/source/gaa_parser.y



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