pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/marco



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Aug 11 02:19:48 UTC 2024

Modified Files:
        pkgsrc/wm/marco: Makefile

Log Message:
marco: switch to zenity3 to continue using GTK 3 version


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/wm/marco/Makefile

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

Modified files:

Index: pkgsrc/wm/marco/Makefile
diff -u pkgsrc/wm/marco/Makefile:1.44 pkgsrc/wm/marco/Makefile:1.45
--- pkgsrc/wm/marco/Makefile:1.44       Sun Apr  7 07:35:09 2024
+++ pkgsrc/wm/marco/Makefile    Sun Aug 11 02:19:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2024/04/07 07:35:09 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2024/08/11 02:19:48 gutteridge Exp $
 
-PKGREVISION= 5
+PKGREVISION=   6
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      marco-${VERSION:R}.2
@@ -12,7 +12,7 @@ USE_LANGUAGES=        c99
 
 TOOL_DEPENDS+=         gdk-pixbuf2-[0-9]*:../../graphics/gdk-pixbuf2
 TOOL_DEPENDS+=         libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
-DEPENDS+=              zenity-[0-9]*:../../x11/zenity
+DEPENDS+=              zenity3-[0-9]*:../../x11/zenity3
 
 PKGCONFIG_OVERRIDE+=   src/libmarco-private.pc.in
 



Home | Main Index | Thread Index | Old Index