diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-04 12:38:33 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-04 12:38:33 +0000 |
commit | 3ac9c5495b5b595b4a5e3875e7b32665a9da4681 (patch) | |
tree | 2935384cf174465c25ea83a8bcb4df6971043b72 /chinese/openoffice-zh_TW | |
parent | Rename openoffice dir to openoffice-zh_CN. (diff) |
Add dependency on big5 fonts.
Add "editors" to CATEGORIES.
PR: 41301
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'chinese/openoffice-zh_TW')
-rw-r--r-- | chinese/openoffice-zh_TW/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/openoffice-zh_TW/Makefile b/chinese/openoffice-zh_TW/Makefile index fad199f9d642..3dd8ce198fe4 100644 --- a/chinese/openoffice-zh_TW/Makefile +++ b/chinese/openoffice-zh_TW/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -CATEGORIES= chinese +CATEGORIES= chinese editors LANG_PKGNAME= zh_TW LANG_EXT= 88 LANG_CONFIGURE_ARG= CHINTRAD +BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf MASTERDIR= ${.CURDIR}/../../editors/openoffice .include "${MASTERDIR}/Makefile" |