pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/dasher



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Apr 18 01:50:20 UTC 2017

Modified Files:
        pkgsrc/editors/dasher: Makefile

Log Message:
Register missing dependency on x11/libXtst

This fixes the build with modular Xorg.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/editors/dasher/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/dasher/Makefile
diff -u pkgsrc/editors/dasher/Makefile:1.89 pkgsrc/editors/dasher/Makefile:1.90
--- pkgsrc/editors/dasher/Makefile:1.89 Sun Feb 12 06:25:14 2017
+++ pkgsrc/editors/dasher/Makefile      Tue Apr 18 01:50:20 2017
@@ -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"



Home | Main Index | Thread Index | Old Index