1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Fix OSVERSION in BROKEN

Submitted by:	Angelo Turetta <aturetta@commit.it>
This commit is contained in:
Erwin Lansing 2010-12-09 20:15:13 +00:00
parent cc4ef20b0f
commit 1107b58c51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265937

View File

@ -100,7 +100,7 @@ OPTIONS= SASL2 "Cyrus SASL2" OFF
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 90007
.if ${OSVERSION} >= 900007
BROKEN= does not build
.endif