pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/gnome



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 12:49:17 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/gnome: Makefile

Log Message:
gnome: fix DEPENDS line


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/meta-pkgs/gnome/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/gnome/Makefile
diff -u pkgsrc/meta-pkgs/gnome/Makefile:1.151 pkgsrc/meta-pkgs/gnome/Makefile:1.152
--- pkgsrc/meta-pkgs/gnome/Makefile:1.151       Wed Oct 26 10:13:33 2022
+++ pkgsrc/meta-pkgs/gnome/Makefile     Mon Jul  3 12:49:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.151 2022/10/26 10:13:33 prlw1 Exp $
+# $NetBSD: Makefile,v 1.152 2023/07/03 12:49:17 wiz Exp $
 
 PKGNAME=       gnome-3.38.1
 PKGREVISION=   1
@@ -26,7 +26,7 @@ DEPENDS+=     adwaita-icon-theme-[0-9]*:../.
 #DEPENDS+=     cheese-[0-9]*:../../graphics/cheese
 DEPENDS+=      file-roller-[0-9]*:../../archivers/file-roller
 DEPENDS+=      evince-[0-9]*:../../print/evince
-DEPENDS+=      dconf-[0-9]*:../../devel/dconf-editor
+DEPENDS+=      dconf-[0-9]*:../../devel/dconf
 #DEPENDS+=     evolution-[0-9]*:../../mail/evolution
 #DEPENDS+=     epiphany-[0-9]*:../../www/epiphany
 DEPENDS+=      eog-[0-9]*:../../graphics/eog



Home | Main Index | Thread Index | Old Index