pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/geeqie



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jul 26 09:44:03 UTC 2019

Modified Files:
        pkgsrc/graphics/geeqie: options.mk

Log Message:
geeqie: Switch to gtk3 by default.

"Is the gtk3 port useful? Then please switch to it by default." - wiz


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/geeqie/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/geeqie/options.mk
diff -u pkgsrc/graphics/geeqie/options.mk:1.3 pkgsrc/graphics/geeqie/options.mk:1.4
--- pkgsrc/graphics/geeqie/options.mk:1.3       Fri Jul 26 09:10:41 2019
+++ pkgsrc/graphics/geeqie/options.mk   Fri Jul 26 09:44:03 2019
@@ -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"
 



Home | Main Index | Thread Index | Old Index