diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-21 15:40:36 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-21 15:40:36 +0000 |
commit | e015bb562008f11de3bba8ff559f491481db83e5 (patch) | |
tree | 3eb98f7638cd6805861ed425035425f4d977fea1 /editors/thoteditor/Makefile | |
parent | 24ac9498b0a19089927fc82dbff66da76efb924b (diff) | |
download | ports-e015bb562008f11de3bba8ff559f491481db83e5.tar.gz ports-e015bb562008f11de3bba8ff559f491481db83e5.zip |
Fix build with gcc 3.4
Notes
Notes:
svn path=/head/; revision=116954
Diffstat (limited to 'editors/thoteditor/Makefile')
-rw-r--r-- | editors/thoteditor/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index e00f61b7b1df..f9f6286358ff 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -19,10 +19,6 @@ 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) |