diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2004-12-07 07:39:04 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2004-12-07 07:39:04 +0000 |
commit | 9ac0cfd576f61615675c2e75de09731e227ae396 (patch) | |
tree | baea15fee8d259b0aec45cb38cf0c39ab2636765 /textproc | |
parent | b897571bac9d3b9b5a73b1b0f8a0cda4b72840c0 (diff) | |
download | ports-9ac0cfd576f61615675c2e75de09731e227ae396.tar.gz ports-9ac0cfd576f61615675c2e75de09731e227ae396.zip |
Notes
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> |