IGNORE on 4.x, fix OSVERSION (my typo).

This commit is contained in:
Vanilla I. Shu 2005-12-05 12:52:00 +00:00
parent 0ef340877c
commit b5c8298b6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150465
2 changed files with 4 additions and 4 deletions

View File

@ -29,8 +29,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 50000
IGNORE= Does not build on 4.X
.if ${OSVERSION} < 500000
IGNORE= does not build on 4.X
.endif
.include <bsd.port.post.mk>

View File

@ -34,8 +34,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 50000
IGNORE= Does not build on 4.X
.if ${OSVERSION} < 500000
IGNORE= does not build on 4.X
.endif
.include <bsd.port.post.mk>