1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Change the BROKEN for 5.0 to IGNORE so that bento won't try to compile it.

This commit is contained in:
Eric Anholt 2002-11-25 00:18:32 +00:00
parent bd902f794f
commit e143953bcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71055

View File

@ -22,7 +22,7 @@ PKGMESSAGE= ${WRKSRC}/.MESSAGE
.if ${OSVERSION} < 400006
BROKEN= "FreeBSD before 4.1 is not supported"
.elif ${OSVERSION} > 500000
BROKEN= "FreeBSD 5.0 has DRM supplied by the kernel"
IGNORE= "FreeBSD 5.0 has DRM supplied by the kernel"
.endif
.if defined(WITH_SMP)