summaryrefslogtreecommitdiff
path: root/misc/videotext
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-17 08:42:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-17 08:42:52 +0000
commitfc59aa9e7335af2bd81f66553e7fa5772b970d20 (patch)
treeba61d1df7748b9ce5fa8a4782783c842171eea59 /misc/videotext
parentBROKEN: Inconsistent dependencies (linux_base 7.x and 8.x) (diff)
BROKEN on 5.x: does not build
Notes
Notes: svn path=/head/; revision=101158
Diffstat (limited to 'misc/videotext')
-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>