diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-12-07 15:55:38 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-12-07 15:55:38 +0000 |
commit | 6e742d7179383e33a44430cc6d343bff5fe829a7 (patch) | |
tree | dee53ef01d87e62bb0c9946d3ae71da5a1015953 /japanese | |
parent | b0694892f3da20a97943fa862883d1c55def6e7f (diff) | |
download | ports-6e742d7179383e33a44430cc6d343bff5fe829a7.tar.gz ports-6e742d7179383e33a44430cc6d343bff5fe829a7.zip |
Notes
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 5bbebcde64b5..a02195c0076d 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 a3387073a769..0d8ab50b0ae9 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 cef6ed1c6757..73a5ff2ad163 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 7a8456928f03..1080238a294f 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 e1bd7f177791..442c0ba812e0 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 cde33fd4dce1..5c0f06a9031a 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 |