pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/knotifications



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 20 16:53:11 UTC 2024

Modified Files:
        pkgsrc/devel/knotifications: Makefile

Log Message:
knotifications: needs libXtst


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/knotifications/Makefile

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

Modified files:

Index: pkgsrc/devel/knotifications/Makefile
diff -u pkgsrc/devel/knotifications/Makefile:1.75 pkgsrc/devel/knotifications/Makefile:1.76
--- pkgsrc/devel/knotifications/Makefile:1.75   Sun Oct 20 14:03:36 2024
+++ pkgsrc/devel/knotifications/Makefile        Sun Oct 20 16:53:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2024/10/20 14:03:36 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2024/10/20 16:53:11 wiz Exp $
 
 DISTNAME=      knotifications-${KF5VER}
 PKGREVISION=   1
@@ -17,6 +17,7 @@ LICENSE=      gnu-lgpl-v2.1 AND modified-bsd
 .include "../../multimedia/phonon-qt5/buildlink3.mk"
 .include "../../textproc/kcodecs/buildlink3.mk"
 .include "../../x11/kwindowsystem/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtspeech/buildlink3.mk"
 BUILDLINK_DEPMETHOD.qt5-qttools= build



Home | Main Index | Thread Index | Old Index