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: wiz
Date: Mon Nov 21 22:28:42 UTC 2022
Modified Files:
pkgsrc/graphics/geeqie: Makefile options.mk
Log Message:
geeqie: make gtk3 not an option
Requested by gdt
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/graphics/geeqie/Makefile
cvs rdiff -u -r1.9 -r1.10 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/Makefile
diff -u pkgsrc/graphics/geeqie/Makefile:1.98 pkgsrc/graphics/geeqie/Makefile:1.99
--- pkgsrc/graphics/geeqie/Makefile:1.98 Mon Nov 21 22:24:08 2022
+++ pkgsrc/graphics/geeqie/Makefile Mon Nov 21 22:28:41 2022
@@ -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 @@ post-install:
.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"
Index: pkgsrc/graphics/geeqie/options.mk
diff -u pkgsrc/graphics/geeqie/options.mk:1.9 pkgsrc/graphics/geeqie/options.mk:1.10
--- pkgsrc/graphics/geeqie/options.mk:1.9 Mon Nov 21 11:58:47 2022
+++ pkgsrc/graphics/geeqie/options.mk Mon Nov 21 22:28:41 2022
@@ -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 @@ PKG_SUGGESTED_OPTIONS= gtk3
.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