pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/krfb



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

Modified Files:
        pkgsrc/net/krfb: Makefile

Log Message:
krfb: add missing libXtst dependency


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/net/krfb/Makefile

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

Modified files:

Index: pkgsrc/net/krfb/Makefile
diff -u pkgsrc/net/krfb/Makefile:1.80 pkgsrc/net/krfb/Makefile:1.81
--- pkgsrc/net/krfb/Makefile:1.80       Thu Apr 24 14:15:26 2025
+++ pkgsrc/net/krfb/Makefile    Sun Aug 17 21:03:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2025/04/24 14:15:26 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2025/08/17 21:03:35 wiz Exp $
 
 DISTNAME=      krfb-${KAPPSVER}
 PKGREVISION=   21
@@ -25,4 +25,5 @@ LDFLAGS.SunOS+=       -lsocket -lnsl
 .include "../../x11/kxmlgui/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/xcb-util-image/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index