Correct a typo when WITH_CJK is defined.

Submitted by:	nork
Approved by:	portmgr (implicit)
This commit is contained in:
Joe Marcus Clarke 2006-10-14 16:03:45 +00:00
parent 901f5d898e
commit 5fa589f260
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175299

View File

@ -37,8 +37,8 @@ CFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER
.if defined(WITH_CJK)
#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/
# 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