diff options
author | jkim <jkim@FreeBSD.org> | 2017-02-08 06:43:45 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2017-02-08 06:43:45 +0800 |
commit | 49e305c3f6eabfcba155293b47e1af5032f2aa12 (patch) | |
tree | 17be221ab707a3b693c2e0267a3479ed095f2944 /editors/libreoffice/Makefile | |
parent | fe57149a0f27b77ee2fbf55efb5db59ba813bfe6 (diff) | |
download | freebsd-ports-gnome-49e305c3f6eabfcba155293b47e1af5032f2aa12.tar.gz freebsd-ports-gnome-49e305c3f6eabfcba155293b47e1af5032f2aa12.tar.zst freebsd-ports-gnome-49e305c3f6eabfcba155293b47e1af5032f2aa12.zip |
Let the users know GTK3 support is still considered experimental.
Diffstat (limited to 'editors/libreoffice/Makefile')
-rw-r--r-- | editors/libreoffice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index d7ebd71bcdd5..f346a5cc33ab 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -105,6 +105,7 @@ OPTIONS_DEFINE= CUPS GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL SDK SYSTRAY \ TEST VERBOSE WEBDAV OPTIONS_DEFAULT= CUPS GTK2 +GTK3_DESC= GTK+ 3 GUI toolkit support (experimental) JAVA_DESC= Add Java support (XML filters, macros) MMEDIA_DESC= Enable multimedia backend for impress PGSQL_DESC= Build with PostgreSQL-SDBC driver |