1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Mark as BROKEN.

This port not functional on => 5.x due kernel changes.

Approved by:	sem (mentor)
This commit is contained in:
Andrej Zverev 2005-10-05 13:54:44 +00:00
parent 8d32441bcf
commit d4f8fb7b24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144292

View File

@ -23,4 +23,10 @@ NOPRECIOUSMAKEVARS= yes
MAN5= and.conf.5 and.priorities.5
MAN8= and.8
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500014
BROKEN= "Not functional due kernel changes >= 5.x"
.endif
.include <bsd.port.post.mk>