portlint:
-Use lowercase letter in the begin of IGNORE. -Replace some spaces by tabs. -Remove a whitespace.
This commit is contained in:
parent
d45880e902
commit
2341ff2d85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162538
1 changed files with 4 additions and 4 deletions
|
@ -29,15 +29,15 @@ 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/
|
||||
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>
|
||||
|
||||
.if ${X_WINDOW_SYSTEM:L} == xfree86-3
|
||||
IGNORE= Xft requires Render extension headers/library to build.
|
||||
IGNORE= xft requires Render extension headers/library to build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue