diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-06-02 00:56:36 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-06-02 00:56:36 +0000 |
commit | 6d463d9aeed7902c9584e9b6dcdf668983e1c55f (patch) | |
tree | f4a491f39f5eb6b15c3a5b330a20f14daed48ab4 /x11 | |
parent | fce4e0a0acf256a9a19614ee9d5aac7807257e8e (diff) | |
download | pkgsrc-6d463d9aeed7902c9584e9b6dcdf668983e1c55f.tar.gz |
mate-session-manager: fix mate-common tool dependency pattern
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mate-session-manager/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile index 56bc2d834ed..9cfa654abdc 100644 --- a/x11/mate-session-manager/Makefile +++ b/x11/mate-session-manager/Makefile @@ -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 @@ COMMENT= MATE session manager 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 |