1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- fix OSVERSION

PR:		125063
This commit is contained in:
Dirk Meyer 2008-07-01 13:43:05 +00:00
parent cc37cf7fd4
commit 22fe099819
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216088

View File

@ -90,7 +90,7 @@ OPTIONS= ICONV "Build with ICONV support" on \
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 630000
.if ${OSVERSION} < 603000
BROKEN= configure needs a newer sh
.endif