diff options
author | shige <shige@FreeBSD.org> | 2000-12-07 15:55:38 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-12-07 15:55:38 +0000 |
commit | 42495c99cf783186cac8b4665117e5581a5f29fe (patch) | |
tree | e275571c6a3dd72b4a3b9f8fdb1805047d0f1478 /japanese | |
parent | 2ae83eec0f50296a3deb0636bc7d8f8429d7dbc2 (diff) | |
download | FreeBSD-ports-42495c99cf783186cac8b4665117e5581a5f29fe.zip FreeBSD-ports-42495c99cf783186cac8b4665117e5581a5f29fe.tar.gz |
Fix mismatch problem between USEPK_MODE and RESOLUTION.
Approved by: maintainer.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ptex-pkfonts118/Makefile | 1 | ||||
-rw-r--r-- | japanese/ptex-pkfonts240/Makefile | 1 | ||||
-rw-r--r-- | japanese/ptex-pkfonts300/Makefile | 2 | ||||
-rw-r--r-- | japanese/ptex-pkfonts360/Makefile | 1 | ||||
-rw-r--r-- | japanese/ptex-pkfonts400/Makefile | 1 | ||||
-rw-r--r-- | japanese/ptex-pkfonts600/Makefile | 1 |
6 files changed, 6 insertions, 1 deletions
diff --git a/japanese/ptex-pkfonts118/Makefile b/japanese/ptex-pkfonts118/Makefile index 5bbebcd..a02195c 100644 --- a/japanese/ptex-pkfonts118/Makefile +++ b/japanese/ptex-pkfonts118/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +USEPK_MODE= bitgraph RESOLUTION= 118 MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 diff --git a/japanese/ptex-pkfonts240/Makefile b/japanese/ptex-pkfonts240/Makefile index a338707..0d8ab50 100644 --- a/japanese/ptex-pkfonts240/Makefile +++ b/japanese/ptex-pkfonts240/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +USEPK_MODE= canonlbp RESOLUTION= 240 MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 diff --git a/japanese/ptex-pkfonts300/Makefile b/japanese/ptex-pkfonts300/Makefile index cef6ed1..73a5ff2 100644 --- a/japanese/ptex-pkfonts300/Makefile +++ b/japanese/ptex-pkfonts300/Makefile @@ -28,7 +28,7 @@ PKGREQ= ${WRKDIR}/REQ # It is mode name of default at executing MetaFont. The default is ljfour. # This needs not to be changed. It can be changed with an option or resource. # ****************** -USEPK_MODE?= preview +USEPK_MODE?= cx MAKETEX_MODE?= ${USEPK_MODE} RESOLUTION?= 300 diff --git a/japanese/ptex-pkfonts360/Makefile b/japanese/ptex-pkfonts360/Makefile index 7a84569..1080238 100644 --- a/japanese/ptex-pkfonts360/Makefile +++ b/japanese/ptex-pkfonts360/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +USEPK_MODE= canonbjc RESOLUTION= 360 MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 diff --git a/japanese/ptex-pkfonts400/Makefile b/japanese/ptex-pkfonts400/Makefile index e1bd7f1..442c0ba 100644 --- a/japanese/ptex-pkfonts400/Makefile +++ b/japanese/ptex-pkfonts400/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +USEPK_MODE= nexthi RESOLUTION= 400 MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 diff --git a/japanese/ptex-pkfonts600/Makefile b/japanese/ptex-pkfonts600/Makefile index cde33fd..5c0f06a 100644 --- a/japanese/ptex-pkfonts600/Makefile +++ b/japanese/ptex-pkfonts600/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +USEPK_MODE= ljfour RESOLUTION= 600 MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 |