diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-30 14:11:44 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-30 14:11:44 +0000 |
commit | 38d73179b10dded66720fe32a58e3f711fcb4c3c (patch) | |
tree | 3708120a266832bae182d725401aa0357a59845c /editors | |
parent | 5a0dae72e45d0a80708a24bcac8730e08d70de99 (diff) | |
download | ports-38d73179b10dded66720fe32a58e3f711fcb4c3c.tar.gz ports-38d73179b10dded66720fe32a58e3f711fcb4c3c.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/thoteditor/Makefile | 8 |
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> |