diff options
author | swills <swills@FreeBSD.org> | 2015-10-17 21:20:39 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-10-17 21:20:39 +0800 |
commit | 062b33cfa0813b83775ebdf257a57aeb03b79cd8 (patch) | |
tree | 6a8b251b6afec0bdcfcdf324d4e63957df8ce320 /editors/openoffice-devel | |
parent | 99c15b7cb1d1096dfcdeaddc8741196eea52972d (diff) | |
download | freebsd-ports-gnome-062b33cfa0813b83775ebdf257a57aeb03b79cd8.tar.gz freebsd-ports-gnome-062b33cfa0813b83775ebdf257a57aeb03b79cd8.tar.zst freebsd-ports-gnome-062b33cfa0813b83775ebdf257a57aeb03b79cd8.zip |
editors/openoffice-devel: mark broken with OpenJDK8
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 |