diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 16:42:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 16:42:52 +0800 |
commit | fc7ab07a1cd572d64ffdb0317d5e20a155d24823 (patch) | |
tree | 831f08bb605a79f72c45e7a4d5f52aef88255aea /misc/videotext | |
parent | d40a135d0220354943cc961cc32d658a2e42d38f (diff) | |
download | freebsd-ports-gnome-fc7ab07a1cd572d64ffdb0317d5e20a155d24823.tar.gz freebsd-ports-gnome-fc7ab07a1cd572d64ffdb0317d5e20a155d24823.tar.zst freebsd-ports-gnome-fc7ab07a1cd572d64ffdb0317d5e20a155d24823.zip |
BROKEN on 5.x: does not build
Diffstat (limited to 'misc/videotext')
-rw-r--r-- | misc/videotext/Makefile | 8 |
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> |