summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-03-10 10:09:42 +0000
committerjperkin <jperkin@pkgsrc.org>2022-03-10 10:09:42 +0000
commit724163215ff68502b986786f27cafd0976ac0cf3 (patch)
treedc030901e488d96552b13655678e4aacd333f701 /meta-pkgs
parent273b4dccbbda002fce7c53bc93b9e31199d6aa0d (diff)
downloadpkgsrc-724163215ff68502b986786f27cafd0976ac0cf3.tar.gz
*: Allow mxterm as an alternate xterm dependency.
The two packages conflict due to bin/resize but binary package users should be able to use mxterm instead. Resolves part of joyent/pkgsrc#324.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/modular-xorg-apps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile
index 6cd60090970..c873037ab2c 100644
--- a/meta-pkgs/modular-xorg-apps/Makefile
+++ b/meta-pkgs/modular-xorg-apps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/01/18 23:32:55 rillig Exp $
+# $NetBSD: Makefile,v 1.44 2022/03/10 10:09:42 jperkin Exp $
DISTNAME= # empty
PKGNAME= modular-xorg-apps-1.14.1.14
@@ -85,7 +85,7 @@ DEPENDS+= xset-[0-9]*:../../x11/xset
DEPENDS+= xsetroot-[0-9]*:../../x11/xsetroot
DEPENDS+= xsm-[0-9]*:../../x11/xsm
DEPENDS+= xstdcmap-[0-9]*:../../x11/xstdcmap
-DEPENDS+= xterm-[0-9]*:../../x11/xterm
+DEPENDS+= {xterm,mxterm}-[0-9]*:../../x11/xterm
DEPENDS+= xtrans-[0-9]*:../../x11/xtrans
DEPENDS+= xvinfo-[0-9]*:../../x11/xvinfo
DEPENDS+= xwininfo-[0-9]*:../../x11/xwininfo