diff options
author | kris <kris@FreeBSD.org> | 2006-04-22 22:23:27 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-04-22 22:23:27 +0000 |
commit | 89deb0c59b0d56875c5fa2120a31c0103b147d07 (patch) | |
tree | f21f195b91db5e94e4a7d1666169a359430711f7 /editors | |
parent | 7275a05379e43d4565b389ac327d70ea6f2cfa42 (diff) | |
download | FreeBSD-ports-89deb0c59b0d56875c5fa2120a31c0103b147d07.zip FreeBSD-ports-89deb0c59b0d56875c5fa2120a31c0103b147d07.tar.gz |
BROKEN on >= 6.1: Does not compile
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 4 |
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 106dd32..3f6ae8c 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 f4c3560..d7f35f4 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 |