aboutsummaryrefslogtreecommitdiff
path: root/misc/videotext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/videotext/Makefile')
-rw-r--r--misc/videotext/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/videotext/Makefile b/misc/videotext/Makefile
index 3152bb071758..3498b9656539 100644
--- a/misc/videotext/Makefile
+++ b/misc/videotext/Makefile
@@ -25,4 +25,10 @@ MAN1= tunerctl.1 videotext.1 vtxget.1
FONTSDIR= lib/X11/fonts/local
PLIST_SUB= FONTSDIR=${FONTSDIR}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Does not build"
+.endif
+
+.include <bsd.port.post.mk>