diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-12 14:58:00 +0000 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-12 14:58:00 +0000 |
commit | 89d2ea407b66f3ce83e06d6b87db6b73791ab77f (patch) | |
tree | fae8e9a28594d3731b78609195abc442e33d6609 /games | |
parent | 41ba398b488ef001f41e75b3c6b7378fb47398a1 (diff) | |
download | FreeBSD-ports-89d2ea407b66f3ce83e06d6b87db6b73791ab77f.zip FreeBSD-ports-89d2ea407b66f3ce83e06d6b87db6b73791ab77f.tar.gz |
- Remove Japanese fonts (included in latest TuxPaint version).
Reported by: pointyhat
Diffstat (limited to 'games')
-rw-r--r-- | games/tuxpaint-fonts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/tuxpaint-fonts/Makefile b/games/tuxpaint-fonts/Makefile index 405e4b6..e094589 100644 --- a/games/tuxpaint-fonts/Makefile +++ b/games/tuxpaint-fonts/Makefile @@ -22,18 +22,16 @@ NO_BUILD= yes NO_WRKSUBDIR= yes # Available font languages. -LANGS= Chinese Chinese_Simplified Japanese Korean +LANGS= Chinese Chinese_Simplified Korean # Define distfiles for all languages. CHINESE_DISTFILES= ${PORTNAME}-ttf-chinese-2003.01.05 CHINESE_SIMPLIFIED_DISTFILES= ${PORTNAME}-ttf-chinese-simplified-2004.06.05 -JAPANESE_DISTFILES= ${PORTNAME}-ttf-japanese-2003.01.24 KOREAN_DISTFILES= ${PORTNAME}-ttf-korean-2002.12.05 # Define language codes. CHINESE_CODE= zh CHINESE_SIMPLIFIED_CODE= zh_cn -JAPANESE_CODE= ja KOREAN_CODE= ko # Generate options menu. |