diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-31 22:02:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-31 22:02:06 +0000 |
commit | c09fb3faee08b51decf3d800db5bdb076b97d7e8 (patch) | |
tree | dd936869cf9eaf9aae72d8dd65bd72e19361fab5 /x11-fonts/libXft/Makefile | |
parent | a2d141f5d5410b1d9c7c8f077c27a7194ec552df (diff) | |
download | ports-c09fb3faee08b51decf3d800db5bdb076b97d7e8.tar.gz ports-c09fb3faee08b51decf3d800db5bdb076b97d7e8.zip |
Disable the CJK patchset as it is no longer needed after the recent
freetype2 update.
Reported by: jkim
Notes
Notes:
svn path=/head/; revision=175947
Diffstat (limited to 'x11-fonts/libXft/Makefile')
-rw-r--r-- | x11-fonts/libXft/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index 83e1ec1e4d3b..ade87e2648fb 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -27,12 +27,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ MAN3= Xft.3 -.if defined(WITH_CJK) -PATCH_SITES= http://bsdchat.com/dist/firefly-cjk-patchset/ \ - http://bbs.ilc.edu.tw/~chinsan/ \ - ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ -PATCHFILES+= cjk-patch-libXft-20050716.diff.gz -.endif +#.if defined(WITH_CJK) +#PATCH_SITES= http://bsdchat.com/dist/firefly-cjk-patchset/ \ +# http://bbs.ilc.edu.tw/~chinsan/ \ +# ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ +#PATCHFILES+= cjk-patch-libXft-20050716.diff.gz +#.endif .include <bsd.port.pre.mk> |