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 | |
parent | 8be08d9dd548bddb423af80f285243737e84de77 (diff) |
Notes
-rw-r--r-- | print/freetype2/Makefile | 4 | ||||
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 85eda328762f..cb43506fcba5 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -166,7 +166,9 @@ MAN5= fonts-conf.5 .include <bsd.port.pre.mk> .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-fontconfig-2.3.2-20051217.patch.gz PATCH_DIST_STRIP+= -p1 .endif |