diff options
author | maho <maho@FreeBSD.org> | 2004-08-13 22:33:25 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-08-13 22:33:25 +0000 |
commit | 423338bee84dfc8245f9880d92b6956c7cc7f12e (patch) | |
tree | 8902fc0d58f750df2a56da25e7ac595f0b150d44 | |
parent | 04922e7f927b8403c7da6c70159def9ba1e49cbd (diff) | |
download | FreeBSD-ports-423338bee84dfc8245f9880d92b6956c7cc7f12e.zip FreeBSD-ports-423338bee84dfc8245f9880d92b6956c7cc7f12e.tar.gz |
Unbreak for 5-current (2004/Aug/6).
Reported by: jhb
-rw-r--r-- | editors/openoffice-1.1/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 5c587e9..be9d7c5 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 diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 5c587e9..be9d7c5 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-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 |