diff options
author | taoka <taoka@FreeBSD.org> | 2000-01-27 09:05:08 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-01-27 09:05:08 +0800 |
commit | dc6095e57df5fbfe829b5c597eadea5987170e9e (patch) | |
tree | 1464d9b79ea548e98b0984ee63f73fddcfa31c57 /japanese/jtex209-both | |
parent | 51589d5b8fcca2b19828e1096753c1d31215c1f9 (diff) | |
download | freebsd-ports-graphics-dc6095e57df5fbfe829b5c597eadea5987170e9e.tar.gz freebsd-ports-graphics-dc6095e57df5fbfe829b5c597eadea5987170e9e.tar.zst freebsd-ports-graphics-dc6095e57df5fbfe829b5c597eadea5987170e9e.zip |
This needs bison in compiling, so USE_BISON should be added.
PR: 16384
Submitted by: MIHIRA Yoshiro <anpei@sanpei.org>
Approved by: maintainer
Diffstat (limited to 'japanese/jtex209-both')
-rw-r--r-- | japanese/jtex209-both/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/jtex209-both/Makefile b/japanese/jtex209-both/Makefile index c5f8e540ba5..69e455d3306 100644 --- a/japanese/jtex209-both/Makefile +++ b/japanese/jtex209-both/Makefile @@ -19,6 +19,7 @@ MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-* USE_GMAKE= yes NO_WRKSUBDIR= yes EXTRACT_ONLY= jtex-1.52.tar.gz +USE_BISON= yes # Which latex to be made at BATCH mode. BOTH, ASCII, NTT are available. BATCH_TEX?= BOTH |