diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 16:49:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 16:49:34 +0000 |
commit | 329e3aac0e6b32bd4680af25812e08d2f0759265 (patch) | |
tree | c72a939e66de58bc5635cae3895ac7b2f1893694 /editors/openoffice-3-devel | |
parent | Feature safe: yes (diff) |
Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16
vendors:
Remove any reference to bsdjava and freebsd Java Vendors, as the both are
outdated, have security issues and expired.
Mark icedtea6-stubs as broken as it doesn't build with any of the left supported
vendors.
Switch tuxguitar to be able to use openjdk16 [1]
Approved by: gahr [1]
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index daf8417a71b9..e9a0316a879a 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -40,8 +40,8 @@ GNOMEVFS_DESC= Enable GNOME Virtual File System USE_JAVA= yes JAVA_BUILD= jdk -JAVA_VENDOR= freebsd bsdjava openjdk -JAVA_VERSION= 1.5 1.6 1.7 +JAVA_VENDOR= openjdk +JAVA_VERSION= 1.6+ .if !defined(WITHOUT_GCONF) USE_GNOME+= gconf2 |