diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-03 12:24:32 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-03 12:24:32 +0000 |
commit | 9d22ebb68c82c39786e380c5fd766bc130291262 (patch) | |
tree | 26cd792a8b0574052c6a7bf764a6b9d7a938bbe9 /chinese | |
parent | 181050d5c5965357ba009c351768883addb2f1a2 (diff) | |
download | ports-9d22ebb68c82c39786e380c5fd766bc130291262.tar.gz ports-9d22ebb68c82c39786e380c5fd766bc130291262.zip |
Add font dependency
Notes
Notes:
svn path=/head/; revision=63909
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/openoffice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/openoffice/Makefile b/chinese/openoffice/Makefile index 1e69f75545cd..aa8a84a108d0 100644 --- a/chinese/openoffice/Makefile +++ b/chinese/openoffice/Makefile @@ -10,6 +10,7 @@ CATEGORIES= chinese LANG_PKGNAME= zh LANG_EXT= 86 LANG_CONFIGURE_ARG= CHINSIM +BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/moe_kai.ttf:${PORTSDIR}/chinese/moettf MASTERDIR= ${.CURDIR}/../../editors/openoffice .include "${MASTERDIR}/Makefile" |