diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-12 14:58:00 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-12 14:58:00 +0000 |
commit | 616ec6c3656102853fc41bf14e05e59d34e19702 (patch) | |
tree | 5da092f2cf528b6d363d80cefbb7c30cc37e3d35 /games/tuxpaint-fonts | |
parent | 5d63e7be76dd6c8fa2bd7a4895959b45ed126374 (diff) | |
download | ports-616ec6c3656102853fc41bf14e05e59d34e19702.tar.gz ports-616ec6c3656102853fc41bf14e05e59d34e19702.zip |
Notes
Diffstat (limited to 'games/tuxpaint-fonts')
-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 405e4b6a43de..e094589aee9e 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. |