diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-14 18:12:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-14 18:12:14 +0000 |
commit | 8c17111cd7b859e502ae47131ce3c887a9d6d5e3 (patch) | |
tree | bb719794603f1fced3fd75666fade55b277dd515 /print | |
parent | 8be08d9dd548bddb423af80f285243737e84de77 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index db2914268de8..97090469d0be 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -37,7 +37,9 @@ CFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER .endif .if defined(WITH_CJK) -PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/ +PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/ \ + ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ + http://bsdchat.com/dist/firefly-cjk-patchset/ PATCHFILES+= cjk-freetype-2.1.10-20051219.patch.gz PATCH_DIST_STRIP+= -p1 .endif |