aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-04-22 22:23:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-04-22 22:23:27 +0000
commit818cc8a224d50b01d27ef085383c0a5815bb87af (patch)
tree03971c008156cdc8e1f4972a1902b3ed5ee4a486
parentac1097381badcd8c627bf47109e96fd9bbc2ab16 (diff)
Notes
-rw-r--r--editors/openoffice.org-1.1-devel/Makefile4
-rw-r--r--editors/openoffice.org-1.1/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile
index 106dd32dbbc3..3f6ae8c7b70f 100644
--- a/editors/openoffice.org-1.1-devel/Makefile
+++ b/editors/openoffice.org-1.1-devel/Makefile
@@ -64,6 +64,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
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