replace usage of BROKEN with IGNORE

PR:		ports/53467
Submitted by:	Mark Linimon <linimon@lonesome.com>
This commit is contained in:
Sergey Skvortsov 2003-07-01 10:38:54 +00:00
parent a14f93a3e0
commit 3a5c8c8687
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83978

View file

@ -26,7 +26,7 @@ BROKEN= "Currently does not support -CURRENT"
.endif
.if ${OSVERSION} < 450000
BROKEN= "Not supported on systems prior to 4.5"
IGNORE= "Not supported on systems prior to 4.5"
.endif
.include <bsd.port.post.mk>