- Adjust OSVERSION check

Reported by:	pointyhat
Feature safe:	yes
This commit is contained in:
Pav Lucistnik 2011-12-03 20:22:32 +00:00
parent ec9f10ad87
commit 564cfd1b2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286820

View File

@ -55,7 +55,7 @@ showinfo:
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} > 900044 .if ${OSVERSION} >= 900044
BROKEN= does not compile on FreeBSD 9.X BROKEN= does not compile on FreeBSD 9.X
.endif .endif