1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Mark IGNORE on < 5.2, these old versions are unsupported

Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer)
This commit is contained in:
Pav Lucistnik 2006-05-20 19:57:23 +00:00
parent 67ce86e3d6
commit 2427dd5aad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162903

View File

@ -26,8 +26,8 @@ NOT_FOR_ARCHS= ia64
CFLAGS+= -DPC98
.endif
.if ${OSVERSION} < 500000
BROKEN= Does not compile on FreeBSD 4.X
.if ${OSVERSION} < 502000
IGNORE= is only for FreeBSD 5.X and later
.endif
.include <bsd.port.post.mk>