aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gaa
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-05-16 20:28:16 +0800
committerantoine <antoine@FreeBSD.org>2016-05-16 20:28:16 +0800
commit47883878912047714bc5ddf0a54e86921636268c (patch)
tree7bbf628376b3d644f66444223d73d78cddcc36cb /devel/gaa
parentadabc3b541af15b061e69b52601b8323597f20e0 (diff)
downloadfreebsd-ports-graphics-47883878912047714bc5ddf0a54e86921636268c.tar.gz
freebsd-ports-graphics-47883878912047714bc5ddf0a54e86921636268c.tar.zst
freebsd-ports-graphics-47883878912047714bc5ddf0a54e86921636268c.zip
Add missing build dependency on bison
Diffstat (limited to 'devel/gaa')
-rw-r--r--devel/gaa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/gaa/Makefile b/devel/gaa/Makefile
index 49be5202235..2ba9a4a96c5 100644
--- a/devel/gaa/Makefile
+++ b/devel/gaa/Makefile
@@ -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