1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark ignore on <5.0 for wide character support.

Noticed by: kris building company
This commit is contained in:
Edwin Groothuis 2004-12-16 21:27:32 +00:00
parent df585044b4
commit ddf2893c0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124232

View File

@ -19,4 +19,10 @@ USE_GMAKE= yes
WRKSRC= ${WRKDIR}
ALL_TARGET=
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= Requires FreeBSD 5.x or higher for wide character support
.endif
.include <bsd.port.post.mk>