summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2017-04-18 01:50:20 +0000
committerkhorben <khorben@pkgsrc.org>2017-04-18 01:50:20 +0000
commit4d880dd2dee7b89a47aa81dd420f723334582595 (patch)
treedf8402fdd37b7e9c68d0aba175918025593745ab /editors
parentcb1fb8eaae258896bacf661a59f77d0c72e19ed8 (diff)
downloadpkgsrc-4d880dd2dee7b89a47aa81dd420f723334582595.tar.gz
Register missing dependency on x11/libXtst
This fixes the build with modular Xorg.
Diffstat (limited to 'editors')
-rw-r--r--editors/dasher/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile
index 9a3ab07c584..cfc420e9172 100644
--- a/editors/dasher/Makefile
+++ b/editors/dasher/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2017/02/12 06:25:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.90 2017/04/18 01:50:20 khorben Exp $
DISTNAME= dasher-4.10.1
PKGREVISION= 36
@@ -42,4 +42,5 @@ post-install:
.include "../../textproc/expat/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.0
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"