diff options
author | nia <nia@pkgsrc.org> | 2019-07-26 09:44:03 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-26 09:44:03 +0000 |
commit | 74c39d9a989a92c7adaa9535f1e5636ef2aabdba (patch) | |
tree | 7efc083ede80e26777a798c181b50fc83005a661 /graphics | |
parent | 5198e40e03ff3b08304fe29e9b488ea9734a53b9 (diff) | |
download | pkgsrc-74c39d9a989a92c7adaa9535f1e5636ef2aabdba.tar.gz |
geeqie: Switch to gtk3 by default.
"Is the gtk3 port useful? Then please switch to it by default." - wiz
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geeqie/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/geeqie/options.mk b/graphics/geeqie/options.mk index 679d8d00245..417f7f041d8 100644 --- a/graphics/geeqie/options.mk +++ b/graphics/geeqie/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2019/07/26 09:10:41 nia Exp $ +# $NetBSD: options.mk,v 1.4 2019/07/26 09:44:03 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.geeqie PKG_OPTIONS_OPTIONAL_GROUPS= gtk @@ -6,7 +6,7 @@ PKG_OPTIONS_GROUP.gtk= gtk2 gtk3 PKG_SUPPORTED_OPTIONS= libchamplain # The libchamplain option doesn't actually work, so leave it off # to avoid the pain of dependencies with no benefit, until debugged. -PKG_SUGGESTED_OPTIONS= gtk2 +PKG_SUGGESTED_OPTIONS= gtk3 .include "../../mk/bsd.options.mk" |