Fix ${OSVERSION} condition.

Pointed out by:	Gergely CZUCZY
This commit is contained in:
Max Khon 2008-03-10 05:49:23 +00:00
parent c82f528fb2
commit 57b4ce0294
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208709

View File

@ -34,7 +34,7 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 503105 || ${OSVERSION} < 600014
.if ${OSVERSION} < 503105 || (${OSVERSION} >= 600000 && ${OSVERSION} < 600014)
IGNORE= can not be built. Your system has broken vswprintf(3) function
.endif