diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-11-06 04:17:05 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-11-06 04:17:05 +0000 |
commit | 288b173f3eea31fb0397dfb906068fb027fc8e01 (patch) | |
tree | ba309ae4b144a583bf241f89b735c27a8231f779 /misc/libreoffice | |
parent | 4de3178d4889b9b74b510896e201d409f5e2be1f (diff) | |
download | pkgsrc-288b173f3eea31fb0397dfb906068fb027fc8e01.tar.gz |
libreoffice: amend a comment about the gtk3 option
Diffstat (limited to 'misc/libreoffice')
-rw-r--r-- | misc/libreoffice/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/libreoffice/options.mk b/misc/libreoffice/options.mk index 0c90af79086..98d6a0cdf9f 100644 --- a/misc/libreoffice/options.mk +++ b/misc/libreoffice/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.16 2020/11/04 18:35:32 nia Exp $ +# $NetBSD: options.mk,v 1.17 2020/11/06 04:17:05 gutteridge Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libreoffice -# XXX: gtk3 option breaks scrollbars -# why is gtk3 required regardless? +# XXX: gtk3 option breaks scrollbars (on NetBSD, anyway). +# (It's used for native "look and feel" integration for GTK3-based DEs.) PKG_SUPPORTED_OPTIONS= java debug gtk3 cups ldap dbus PKG_SUGGESTED_OPTIONS= cups ldap dbus |