pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/geeqie geeqie: Switch to gtk3 by default.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e707d2d39cb
branches: trunk
changeset: 398656:9e707d2d39cb
user: nia <nia%pkgsrc.org@localhost>
date: Fri Jul 26 09:44:03 2019 +0000
description:
geeqie: Switch to gtk3 by default.
"Is the gtk3 port useful? Then please switch to it by default." - wiz
diffstat:
graphics/geeqie/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7a2fc2be24bf -r 9e707d2d39cb graphics/geeqie/options.mk
--- a/graphics/geeqie/options.mk Fri Jul 26 09:36:58 2019 +0000
+++ b/graphics/geeqie/options.mk Fri Jul 26 09:44:03 2019 +0000
@@ -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_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"
Home |
Main Index |
Thread Index |
Old Index