summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-06-28 20:09:20 +0000
committernia <nia@pkgsrc.org>2019-06-28 20:09:20 +0000
commit3974a8694c17ecf4220a99c6f2e1eb5a4f8bf7d8 (patch)
tree4bdbb9f90491fe0a8dbc61ec2fce6ce364358104 /meta-pkgs
parentbd99b512750123473dd779d583e6adda45abf11b (diff)
downloadpkgsrc-3974a8694c17ecf4220a99c6f2e1eb5a4f8bf7d8.tar.gz
mate: Comment out pluma for now
It is still broken in bulk builds due to python2/python3 conflicts.
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 9118a499015..8a5466e0935 100644
--- a/meta-pkgs/mate/Makefile
+++ b/meta-pkgs/mate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/03/16 17:58:22 gutteridge Exp $
+# $NetBSD: Makefile,v 1.23 2019/06/28 20:09:20 nia Exp $
PKGNAME= mate-${VERSION}
CATEGORIES= meta-pkgs
@@ -45,6 +45,6 @@ DEPENDS+= mate-themes>=3.22.19:../../graphics/mate-themes
#DEPENDS+= mate-user-share>=${VERSION}:../../net/mate-user-share
DEPENDS+= mate-utils>=${VERSION}:../../misc/mate-utils
DEPENDS+= mozo>=${VERSION}:../../x11/mozo
-DEPENDS+= pluma>=${VERSION}:../../editors/pluma
+#DEPENDS+= pluma>=${VERSION}:../../editors/pluma
.include "../../mk/bsd.pkg.mk"