diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-30 22:11:44 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-30 22:11:44 +0800 |
commit | 0689345f227be7f8d9baebaca6fd0151de355533 (patch) | |
tree | 2108b93af437fd383c653c16433d45199b0db760 /editors/thoteditor | |
parent | 92ac9880fc4608168fea1a2e50288b97f1e50fa1 (diff) | |
download | freebsd-ports-gnome-0689345f227be7f8d9baebaca6fd0151de355533.tar.gz freebsd-ports-gnome-0689345f227be7f8d9baebaca6fd0151de355533.tar.zst freebsd-ports-gnome-0689345f227be7f8d9baebaca6fd0151de355533.zip |
This does not build on 5.x.
PR: 53917
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'editors/thoteditor')
-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> |