pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/slim



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Jan 10 19:26:32 UTC 2020

Modified Files:
        pkgsrc/x11/slim: Makefile

Log Message:
slim: already depends on dbus, don't add it a second time.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/slim/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/slim/Makefile
diff -u pkgsrc/x11/slim/Makefile:1.6 pkgsrc/x11/slim/Makefile:1.7
--- pkgsrc/x11/slim/Makefile:1.6        Fri Jan 10 19:13:33 2020
+++ pkgsrc/x11/slim/Makefile    Fri Jan 10 19:26:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/10 19:13:33 maya Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/10 19:26:31 maya Exp $
 
 DISTNAME=      slim-1.3.6
 PKGREVISION=   3
@@ -20,7 +20,6 @@ AUTO_MKDIRS=  yes
 RCD_SCRIPTS+=  slim
 
 DEPENDS+=      bash-[0-9]*:../../shells/bash
-DEPENDS+=      dbus-[0-9]*:../../sysutils/dbus
 
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure



Home | Main Index | Thread Index | Old Index