diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-03 20:24:32 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-03 20:24:32 +0800 |
commit | 592a7bbfa64003161772638152965560a003c81d (patch) | |
tree | c0136d0a311859f30c3faca28f55d28c0d8c4efc /chinese | |
parent | 680cfda2a7eaa84d46c9b8b5c9790ddc6fa6af27 (diff) | |
download | freebsd-ports-gnome-592a7bbfa64003161772638152965560a003c81d.tar.gz freebsd-ports-gnome-592a7bbfa64003161772638152965560a003c81d.tar.zst freebsd-ports-gnome-592a7bbfa64003161772638152965560a003c81d.zip |
Add font dependency
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" |