svn commit: r415319 - head/devel/gaa

Antoine Brodin antoine at FreeBSD.org
Mon May 16 12:28:17 UTC 2016


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 at 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


More information about the svn-ports-all mailing list