Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/mate-session-manager mate-session-manager: fix mat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/925cb190e16e
branches:  trunk
changeset: 433394:925cb190e16e
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Jun 02 00:56:36 2020 +0000

description:
mate-session-manager: fix mate-common tool dependency pattern

diffstat:

 x11/mate-session-manager/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9ee660c7f1f6 -r 925cb190e16e x11/mate-session-manager/Makefile
--- a/x11/mate-session-manager/Makefile Mon Jun 01 23:07:27 2020 +0000
+++ b/x11/mate-session-manager/Makefile Tue Jun 02 00:56:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/05/31 15:49:15 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2020/06/02 00:56:36 gutteridge Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
@@ -10,7 +10,7 @@
 TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
 TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
 TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
-TOOL_DEPENDS+= mate-common-${VERSION}:../../devel/mate-common
+TOOL_DEPENDS+= mate-common>=${VERSION}:../../devel/mate-common
 
 DEPENDS+=      docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 



Home | Main Index | Thread Index | Old Index