pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/keepassxc keepassxc: include libXtst to fix b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3863f14f159
branches:  trunk
changeset: 376647:b3863f14f159
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 10 18:23:13 2022 +0000

description:
keepassxc: include libXtst to fix build with modular X

diffstat:

 security/keepassxc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r e4576159e1ca -r b3863f14f159 security/keepassxc/Makefile
--- a/security/keepassxc/Makefile       Sun Apr 10 18:12:15 2022 +0000
+++ b/security/keepassxc/Makefile       Sun Apr 10 18:23:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2022/04/01 08:07:28 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2022/04/10 18:23:13 wiz Exp $
 
 DISTNAME=      keepassxc-${GITHUB_RELEASE}-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -49,4 +49,5 @@
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
 # does not support editline
 .include "../../devel/readline/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index