diff options
author | dd <dd@FreeBSD.org> | 2004-12-07 15:39:04 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2004-12-07 15:39:04 +0800 |
commit | 6c96200eea1dd79b325ca3f443c68dd09a574415 (patch) | |
tree | cd93ba7c172f6880619a914bb28c79bb589fd1f7 /textproc | |
parent | df466d1cc66b3950ba1a3578a4d2c305533a5cae (diff) | |
download | freebsd-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/Makefile | 1 |
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> |