1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Mark as broken on 5.x. Informed maintainer.

This commit is contained in:
Mark Linimon 2003-12-08 05:22:40 +00:00
parent ad737b9682
commit 17fb689155
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95316

View File

@ -20,4 +20,10 @@ USE_IMAKE= yes
MAN1= seyon.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION} (missing header)"
.endif
.include <bsd.port.post.mk>