aboutsummaryrefslogtreecommitdiff
path: root/editors/thoteditor
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-30 14:11:44 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-30 14:11:44 +0000
commit38d73179b10dded66720fe32a58e3f711fcb4c3c (patch)
tree3708120a266832bae182d725401aa0357a59845c /editors/thoteditor
parent5a0dae72e45d0a80708a24bcac8730e08d70de99 (diff)
downloadports-38d73179b10dded66720fe32a58e3f711fcb4c3c.tar.gz
ports-38d73179b10dded66720fe32a58e3f711fcb4c3c.zip
This does not build on 5.x.
PR: 53917 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=83902
Diffstat (limited to 'editors/thoteditor')
-rw-r--r--editors/thoteditor/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile
index 82584ce17c3f..8fee9d9a1220 100644
--- a/editors/thoteditor/Makefile
+++ b/editors/thoteditor/Makefile
@@ -20,6 +20,12 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An structured document editor, offering a graphical WYSIWYG interface
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500000
+BROKEN= "Does not compile on ${OSVERSION}"
+.endif
+
THOT_SUBDIR= Target
USE_MOTIF= yes
WRKSRC= $(WRKDIR)/Thot/$(THOT_SUBDIR)
@@ -49,4 +55,4 @@ post-install:
$(INSTALL_MAN) $(WRKSRC)/../tools/cextract-1.7/cextrc.5 $(PREFIX)/man/man5
$(INSTALL_MAN) $(WRKSRC)/../tools/cextract-1.7/cextract.man $(PREFIX)/man/man1/cextract.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>