diff options
author | arved <arved@FreeBSD.org> | 2004-08-21 23:40:36 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-21 23:40:36 +0800 |
commit | 84b05e1603d2173491cab6d79fc8e7b83c24bdfc (patch) | |
tree | 87048262c21afd20692dbc399f2e8327ecbcf26a /editors/thoteditor/Makefile | |
parent | dc62b5b364f6703748d4f4419d29b2d8c5ece781 (diff) | |
download | freebsd-ports-gnome-84b05e1603d2173491cab6d79fc8e7b83c24bdfc.tar.gz freebsd-ports-gnome-84b05e1603d2173491cab6d79fc8e7b83c24bdfc.tar.zst freebsd-ports-gnome-84b05e1603d2173491cab6d79fc8e7b83c24bdfc.zip |
Fix build with gcc 3.4
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) |