diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-10-17 13:20:39 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-10-17 13:20:39 +0000 |
commit | 70c2c02081897890a2519e9da6dad2e7d9d4fcef (patch) | |
tree | 6a8b251b6afec0bdcfcdf324d4e63957df8ce320 /editors/openoffice-devel | |
parent | f591c0dfdee16ce4ffd171242f1f749756479df4 (diff) | |
download | ports-70c2c02081897890a2519e9da6dad2e7d9d4fcef.tar.gz ports-70c2c02081897890a2519e9da6dad2e7d9d4fcef.zip |
editors/openoffice-devel: mark broken with OpenJDK8
Notes
Notes:
svn path=/head/; revision=399537
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 77350a455ebf..cbe4385b9d7b 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -170,6 +170,10 @@ MMEDIA_USE= GSTREAMER=yes .include <bsd.port.pre.mk> +.if ${JAVA_PORT_VERSION:M1.8.*} +BROKEN= Does not build with JDK 1.8 +.endif + .include <${FILESDIR}/Makefile.localized> .if ${COMPILER_TYPE} == clang |