diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-10-17 13:19:25 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-10-17 13:19:25 +0000 |
commit | f591c0dfdee16ce4ffd171242f1f749756479df4 (patch) | |
tree | f289e6f982cff812546dee29d78eb92159bfb3e8 /editors | |
parent | 8fc64b581ef9953af78026e6d4bc4acf7fd60aa0 (diff) | |
download | ports-f591c0dfdee16ce4ffd171242f1f749756479df4.tar.gz ports-f591c0dfdee16ce4ffd171242f1f749756479df4.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-4/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 1057bb12f470..bc12de736bad 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -158,6 +158,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 |