diff options
author | max <max@FreeBSD.org> | 2003-04-14 04:32:11 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 2003-04-14 04:32:11 +0000 |
commit | 250189a6fff3705b6a6e3a961fd2b573e790d00c (patch) | |
tree | 2a7669d5f2bcf6f0a96c8ba096877694564d5999 /japanese/ptex | |
parent | 3b0bf8bc40f0e1cbb3223c60e780eebc76db164b (diff) | |
download | FreeBSD-ports-250189a6fff3705b6a6e3a961fd2b573e790d00c.zip FreeBSD-ports-250189a6fff3705b6a6e3a961fd2b573e790d00c.tar.gz |
Ah, I meant to make EUC the default kanji code.
Diffstat (limited to 'japanese/ptex')
-rw-r--r-- | japanese/ptex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index 3a4c5f7..b9e316f 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= ${KANJICODE} WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../ptex-base/work/tetex-src-${TETEX_VERSION}/texk/web2c/${SRCDIR} ALL_TARGET= default -KANJICODE?= jis +KANJICODE?= euc SRCDIR= ptex-${PORTVERSION} TETEX_VERSION= 2.0.1 BINARIES= ptex pdvitype jbibtex pltotf tftopl |