diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-13 22:33:25 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-13 22:33:25 +0000 |
commit | 7f7402e4f61b60101a67dc3cb6e3722ad20d433f (patch) | |
tree | 0744db02dc7b5b9d11aa13d962723ec1059024c2 /editors/openoffice-1.1 | |
parent | - Fix build with gcc-3.4 (diff) |
Unbreak for 5-current (2004/Aug/6).
Reported by: jhb
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 5c587e9ea9a8..be9d7c521ad5 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -53,10 +53,6 @@ L10NHELPS= helpcontent_31_unix.tgz helpcontent_33_unix.tgz \ helpcontent_90_unix.tgz .endif -.if ${OSVERSION} > 502010 -BROKEN= "Does not compile on 5-current" -.endif - COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser BUILD_NR= 645 |