From 0689345f227be7f8d9baebaca6fd0151de355533 Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 30 Jun 2003 14:11:44 +0000 Subject: This does not build on 5.x. PR: 53917 Submitted by: Mark Linimon --- editors/thoteditor/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'editors/thoteditor') diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index 82584ce..8fee9d9 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 + +.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 +.include -- cgit v1.1