diff options
-rw-r--r-- | meta-pkgs/mate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/mate/Makefile b/meta-pkgs/mate/Makefile index dc5858fdaa4..e0ad40a569b 100644 --- a/meta-pkgs/mate/Makefile +++ b/meta-pkgs/mate/Makefile @@ -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 HOMEPAGE= http://www.mate-desktop.org/ @@ -42,7 +42,7 @@ DEPENDS+= mate-screensaver>=${VERSION}:../../x11/mate-screensaver 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 |