pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/mate



Module Name:    pkgsrc
Committed By:   youri
Date:           Wed May 16 10:56:03 UTC 2018

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

Log Message:
Don't install mate-system-monitor in the meta-package,
it requires c++ gtk dependencies and doesn't work on
NetBSD yet.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/meta-pkgs/mate/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/mate/Makefile
diff -u pkgsrc/meta-pkgs/mate/Makefile:1.12 pkgsrc/meta-pkgs/mate/Makefile:1.13
--- pkgsrc/meta-pkgs/mate/Makefile:1.12 Mon May 14 13:53:45 2018
+++ pkgsrc/meta-pkgs/mate/Makefile      Wed May 16 10:56:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/05/14 13:53:45 youri Exp $
+# $NetBSD: Makefile,v 1.13 2018/05/16 10:56:03 youri Exp $
 
 MAINTAINER=    youri%NetBSD.org@localhost
 HOMEPAGE=      http://www.mate-desktop.org/
@@ -42,7 +42,7 @@ DEPENDS+=     mate-screensaver>=${VERSION}:.
 DEPENDS+=      mate-sensors-applet>=${VERSION}:../../sysutils/mate-sensors-applet
 DEPENDS+=      mate-session-manager>=${VERSION}:../../x11/mate-session-manager
 DEPENDS+=      mate-settings-daemon>=${VERSION}:../../x11/mate-settings-daemon
-DEPENDS+=      mate-system-monitor>=${VERSION}:../../sysutils/mate-system-monitor
+#DEPENDS+=     mate-system-monitor>=${VERSION}:../../sysutils/mate-system-monitor
 DEPENDS+=      mate-terminal>=${VERSION}:../../x11/mate-terminal
 DEPENDS+=      mate-themes>=${VERSION}:../../graphics/mate-themes
 DEPENDS+=      mate-user-share>=${VERSION}:../../net/mate-user-share



Home | Main Index | Thread Index | Old Index