diff options
Diffstat (limited to 'japanese/font-sazanami')
-rw-r--r-- | japanese/font-sazanami/Makefile | 2 | ||||
-rw-r--r-- | japanese/font-sazanami/files/20-unhint-sazanami.conf | 12 |
2 files changed, 9 insertions, 5 deletions
diff --git a/japanese/font-sazanami/Makefile b/japanese/font-sazanami/Makefile index 011718e0f1a6..1700aa7854f6 100644 --- a/japanese/font-sazanami/Makefile +++ b/japanese/font-sazanami/Makefile @@ -2,7 +2,7 @@ PORTNAME= sazanami PORTVERSION= 20040629 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= SFJP/efont/10087 PKGNAMEPREFIX= ja-font- diff --git a/japanese/font-sazanami/files/20-unhint-sazanami.conf b/japanese/font-sazanami/files/20-unhint-sazanami.conf index 74fb41ee209d..8341d1bf7b8c 100644 --- a/japanese/font-sazanami/files/20-unhint-sazanami.conf +++ b/japanese/font-sazanami/files/20-unhint-sazanami.conf @@ -3,10 +3,14 @@ <!-- $FreeBSD$ --> <fontconfig> <match target="font"> - <test name="family"> - <string>Sazanami Mincho</string> - <string>Sazanami Gothic</string> - </test> + <or> + <test name="family"> + <string>Sazanami Mincho</string> + </test> + <test name="family"> + <string>Sazanami Gothic</string> + </test> + </or> <edit name="autohint"> <bool>false</bool> </edit> |