pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/kmousetool



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 17 21:03:56 UTC 2025

Modified Files:
        pkgsrc/misc/kmousetool: Makefile

Log Message:
kmousetool: add missing libXtst dependency


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/misc/kmousetool/Makefile

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

Modified files:

Index: pkgsrc/misc/kmousetool/Makefile
diff -u pkgsrc/misc/kmousetool/Makefile:1.88 pkgsrc/misc/kmousetool/Makefile:1.89
--- pkgsrc/misc/kmousetool/Makefile:1.88        Thu Apr 24 14:15:09 2025
+++ pkgsrc/misc/kmousetool/Makefile     Sun Aug 17 21:03:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2025/04/24 14:15:09 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2025/08/17 21:03:55 wiz Exp $
 
 DISTNAME=      kmousetool-${KAPPSVER}
 PKGREVISION=   8
@@ -19,4 +19,5 @@ USE_TOOLS+=   msgmerge
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/kxmlgui/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index