pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/yubikey-manager-qt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 21 16:34:12 UTC 2023

Modified Files:
        pkgsrc/security/yubikey-manager-qt: Makefile

Log Message:
yubikey-manager-qt: fix build


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/yubikey-manager-qt/Makefile

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

Modified files:

Index: pkgsrc/security/yubikey-manager-qt/Makefile
diff -u pkgsrc/security/yubikey-manager-qt/Makefile:1.10 pkgsrc/security/yubikey-manager-qt/Makefile:1.11
--- pkgsrc/security/yubikey-manager-qt/Makefile:1.10    Sun Nov 12 13:23:28 2023
+++ pkgsrc/security/yubikey-manager-qt/Makefile Thu Dec 21 16:34:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/11/12 13:23:28 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/12/21 16:34:12 wiz Exp $
 
 DISTNAME=      yubikey-manager-qt-1.2.5
 PKGREVISION=   7
@@ -35,6 +35,6 @@ post-install:
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtdeclarative/buildlink3.mk"
 .include "../../x11/qt5-qtquickcontrols2/buildlink3.mk"
-.include "../../lang/python/tool.mk"
 .include "../../lang/python/pyversion.mk"
+.include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index