diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-04-22 22:23:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-04-22 22:23:27 +0000 |
commit | 818cc8a224d50b01d27ef085383c0a5815bb87af (patch) | |
tree | 03971c008156cdc8e1f4972a1902b3ed5ee4a486 /editors/openoffice.org-1.1 | |
parent | ac1097381badcd8c627bf47109e96fd9bbc2ab16 (diff) | |
download | ports-818cc8a224d50b01d27ef085383c0a5815bb87af.tar.gz ports-818cc8a224d50b01d27ef085383c0a5815bb87af.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index f4c3560cba3e..d7f35f4c72d3 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -66,6 +66,10 @@ JAVA_VENDOR= bsdjava .include <bsd.port.pre.mk> .include <${FILESDIR}/Makefile.localized> +.if ${OSVERSION} >= 600105 +BROKEN= Does not compile on FreeBSD >= 6.1 +.endif + LANG_EXT?= 01 LANG_CONFIGURE_ARG?= ENUS L10NHELP?= helpcontent_01_unix.tgz |