From 17fb6891556c463fb3d406722ef951581542709e Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 8 Dec 2003 05:22:40 +0000 Subject: [PATCH] Mark as broken on 5.x. Informed maintainer. --- comms/seyon/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index bcc2483f3a54..b7f943afba53 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -20,4 +20,10 @@ USE_IMAKE= yes MAN1= seyon.1 -.include +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION} (missing header)" +.endif + +.include