aboutsummaryrefslogtreecommitdiffstats
path: root/comms/seyon
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-08 13:22:40 +0800
committerlinimon <linimon@FreeBSD.org>2003-12-08 13:22:40 +0800
commitcbb49e5c0e5869863cf69126b6fbb288ad6e40d9 (patch)
tree8cb61e8f07981c518140b29acfe6f0462ab16232 /comms/seyon
parentf91ec7861f62d31fe4ba080bd7cbdf2877dd098c (diff)
downloadfreebsd-ports-gnome-cbb49e5c0e5869863cf69126b6fbb288ad6e40d9.tar.gz
freebsd-ports-gnome-cbb49e5c0e5869863cf69126b6fbb288ad6e40d9.tar.zst
freebsd-ports-gnome-cbb49e5c0e5869863cf69126b6fbb288ad6e40d9.zip
Mark as broken on 5.x. Informed maintainer.
Diffstat (limited to 'comms/seyon')
-rw-r--r--comms/seyon/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <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>