pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/geeqie geeqie: make gtk3 not an option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ec5b097f4df
branches:  trunk
changeset: 388522:8ec5b097f4df
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 21 22:28:41 2022 +0000

description:
geeqie: make gtk3 not an option

Requested by gdt

diffstat:

 graphics/geeqie/Makefile   |   3 ++-
 graphics/geeqie/options.mk |  10 +++-------
 2 files changed, 5 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 31f5162ca01c -r 8ec5b097f4df graphics/geeqie/Makefile
--- a/graphics/geeqie/Makefile  Mon Nov 21 22:26:54 2022 +0000
+++ b/graphics/geeqie/Makefile  Mon Nov 21 22:28:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2022/11/21 22:24:08 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2022/11/21 22:28:41 wiz Exp $
 
 DISTNAME=      geeqie-2.0.1
 CATEGORIES=    graphics
@@ -43,4 +43,5 @@
 .include "../../graphics/openjpeg/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 31f5162ca01c -r 8ec5b097f4df graphics/geeqie/options.mk
--- a/graphics/geeqie/options.mk        Mon Nov 21 22:26:54 2022 +0000
+++ b/graphics/geeqie/options.mk        Mon Nov 21 22:28:41 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.9 2022/11/21 11:58:47 wiz Exp $
+# $NetBSD: options.mk,v 1.10 2022/11/21 22:28:41 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.geeqie
-PKG_SUPPORTED_OPTIONS=         gtk3 libchamplain
-PKG_SUGGESTED_OPTIONS=         gtk3
+PKG_SUPPORTED_OPTIONS=         libchamplain
+PKG_SUGGESTED_OPTIONS=         # none
 
 .include "../../mk/bsd.options.mk"
 
@@ -11,7 +11,3 @@
 .include "../../graphics/clutter/buildlink3.mk"
 .include "../../geography/libchamplain012/buildlink3.mk"
 .endif
-
-.if !empty(PKG_OPTIONS:Mgtk3)
-.include "../../x11/gtk3/buildlink3.mk"
-.endif



Home | Main Index | Thread Index | Old Index