editors/libreoffice: enable JAVA by default
That flag is necessary to install extensions, and being able to install extensions for advanced/specialized workflows is a major reason why someone would use LibreOffice suite. Bump PORTREVISION to force rebuild package with new defaults
This commit is contained in:
parent
bd9537c63f
commit
1e4638f73b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
.include "${.CURDIR}/Makefile.common"
|
||||
|
||||
|
@ -118,7 +118,7 @@ USE_PERL5= build
|
|||
USE_XORG= ice sm x11 xaw xcb xext xinerama xrandr xrender
|
||||
|
||||
OPTIONS_DEFINE= COINMP CUPS DOCS GNOME GTK3 JAVA KF5 LTO MMEDIA PGSQL MARIADB QT5 SDK TEST WEBDAV
|
||||
OPTIONS_DEFAULT= CUPS MMEDIA QT5
|
||||
OPTIONS_DEFAULT= CUPS JAVA MMEDIA QT5
|
||||
|
||||
.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mssl=*}
|
||||
# Blocked by net/qt5-network: cannot use QT5 with default OpenSSL
|
||||
|
|
Loading…
Reference in a new issue