aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/libXft
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-16 08:23:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-16 08:23:29 +0000
commit62b080be16f7993dd8521c448956d15bee9bf51f (patch)
treefb952d15141264c800b6b077c517f22e0c204144 /x11-fonts/libXft
parent1d7155151cd31a9e5105f4c37bf609cdf125e804 (diff)
downloadports-62b080be16f7993dd8521c448956d15bee9bf51f.tar.gz
ports-62b080be16f7993dd8521c448956d15bee9bf51f.zip
Update to the latest Firefly patchset. This patchset makes CJK TrueType fonts
prettier. PR: 78886 Submitted by: hamigua <hamigua@cuc.cn>
Notes
Notes: svn path=/head/; revision=131378
Diffstat (limited to 'x11-fonts/libXft')
-rw-r--r--x11-fonts/libXft/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile
index 5f9125865948..cf75a4d4dd9d 100644
--- a/x11-fonts/libXft/Makefile
+++ b/x11-fonts/libXft/Makefile
@@ -33,7 +33,8 @@ IGNORE= Xft requires Render extension headers/library to build.
.endif
.if defined(WITH_CJK)
-PATCH_SITES= http://bsdchat.com/dist/firefly-cjk-patchset/
+PATCH_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \
+ http://bsdchat.com/dist/firefly-cjk-patchset/
PATCHFILES+= cjk-patch-libXft-20041115.diff.gz
.endif