summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authoryouri <youri>2017-06-23 20:39:52 +0000
committeryouri <youri>2017-06-23 20:39:52 +0000
commit5f0235978bf2507a2f861758dd1900db286e7e73 (patch)
tree50f1623a52a6528ce51928c450d99a9eda357aa6 /meta-pkgs
parent81dbb580f2818649276885cb3d92a7d8713eaaa2 (diff)
downloadpkgsrc-5f0235978bf2507a2f861758dd1900db286e7e73.tar.gz
Fix build by requiring the right mate-terminal version.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/mate/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/mate/Makefile b/meta-pkgs/mate/Makefile
index a9281cbebca..283154ef5e7 100644
--- a/meta-pkgs/mate/Makefile
+++ b/meta-pkgs/mate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/06/23 17:33:51 youri Exp $
+# $NetBSD: Makefile,v 1.3 2017/06/23 20:39:52 youri Exp $
.include "../../meta-pkgs/mate/Makefile.common"
@@ -42,7 +42,7 @@ 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-terminal>=${VERSION}:../../x11/mate-terminal
+DEPENDS+= mate-terminal>=1.14.0nb3:../../x11/mate-terminal
DEPENDS+= mate-themes>=${VERSION}:../../graphics/mate-themes
DEPENDS+= mate-user-share>=${VERSION}:../../net/mate-user-share
DEPENDS+= mate-utils>=${VERSION}:../../misc/mate-utils