aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2004-12-07 15:39:04 +0800
committerdd <dd@FreeBSD.org>2004-12-07 15:39:04 +0800
commit6c96200eea1dd79b325ca3f443c68dd09a574415 (patch)
treecd93ba7c172f6880619a914bb28c79bb589fd1f7 /textproc
parentdf466d1cc66b3950ba1a3578a4d2c305533a5cae (diff)
downloadfreebsd-ports-gnome-6c96200eea1dd79b325ca3f443c68dd09a574415.tar.gz
freebsd-ports-gnome-6c96200eea1dd79b325ca3f443c68dd09a574415.tar.zst
freebsd-ports-gnome-6c96200eea1dd79b325ca3f443c68dd09a574415.zip
This port require bison even though it will configure without it.
Found by: kris via pointyhat
Diffstat (limited to 'textproc')
-rw-r--r--textproc/syck/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile
index 369de97b04d0..54f9d22f8199 100644
--- a/textproc/syck/Makefile
+++ b/textproc/syck/Makefile
@@ -14,5 +14,6 @@ MAINTAINER= dd@FreeBSD.org
COMMENT= Syck is an extension for reading and writing YAML swiftly
GNU_CONFIGURE= yes
+USE_BISON= yes
.include <bsd.port.mk>