pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gnome-shell



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep  5 13:14:25 UTC 2023

Modified Files:
        pkgsrc/x11/gnome-shell: Makefile

Log Message:
gnome-shell: does not use sassc when building from tarballs

(Since some 40.x alpha release.)

Remove TOOL_DEPENDS on sassc.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gnome-shell/Makefile

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

Modified files:

Index: pkgsrc/x11/gnome-shell/Makefile
diff -u pkgsrc/x11/gnome-shell/Makefile:1.31 pkgsrc/x11/gnome-shell/Makefile:1.32
--- pkgsrc/x11/gnome-shell/Makefile:1.31        Mon Aug 14 05:25:33 2023
+++ pkgsrc/x11/gnome-shell/Makefile     Tue Sep  5 13:14:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2023/08/14 05:25:33 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2023/09/05 13:14:25 wiz Exp $
 
 DISTNAME=      gnome-shell-40.2
 PKGREVISION=   18
@@ -19,7 +19,6 @@ MESON_ARGS+=  -Dextensions_app=false
 MESON_ARGS+=   -Dextensions_tool=false
 MESON_ARGS+=   -Dman=true
 
-TOOL_DEPENDS+= sassc>=3.6:../../www/sassc
 TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
 
 DEPENDS+=      libgdm>=40.0:../../x11/libgdm



Home | Main Index | Thread Index | Old Index