- Mark broken on 4.x

This commit is contained in:
Michael Johnson 2005-05-21 20:06:40 +00:00
parent 4332658019
commit dc697edee9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135810

View File

@ -38,6 +38,10 @@ PORTDOCS= AUTHORS COPYING INSTALL ChangeLog README
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not build.
.endif
.if defined(WITH_DVD_DEVICE)
DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
.else