summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorkhorben <khorben>2017-04-18 01:50:20 +0000
committerkhorben <khorben>2017-04-18 01:50:20 +0000
commitc345a3c70ca1a24bc91093a29aa5070b8488bfa9 (patch)
tree7822476cd32c832da106d561b02950f426e1087f /editors
parente9f432a1acdc39ac582b39b64ae69e6ad0943281 (diff)
downloadpkgsrc-c345a3c70ca1a24bc91093a29aa5070b8488bfa9.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"