summaryrefslogtreecommitdiff
path: root/sysutils
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 /sysutils
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 'sysutils')
-rw-r--r--sysutils/deforaos-terminal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/deforaos-terminal/Makefile b/sysutils/deforaos-terminal/Makefile
index fce4396e8a5..7aec7ce8857 100644
--- a/sysutils/deforaos-terminal/Makefile
+++ b/sysutils/deforaos-terminal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2021/12/08 16:06:27 adam Exp $
+# $NetBSD: Makefile,v 1.28 2022/03/10 10:09:42 jperkin Exp $
#
DISTNAME= Terminal-0.2.0
@@ -25,7 +25,7 @@ MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
AUTO_MKDIRS= yes
-DEPENDS+= xterm-[0-9]*:../../x11/xterm
+DEPENDS+= {xterm,mxterm}-[0-9]*:../../x11/xterm
post-install:
${MV} ${DESTDIR}${PREFIX}/share/man/html1/terminal.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/terminal.html