pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/lxqt-openssh-askpass



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Feb  6 08:33:36 UTC 2021

Modified Files:
        pkgsrc/security/lxqt-openssh-askpass: Makefile

Log Message:
security/lxqt-openssh-askpass: remove unneeded dependency

Remove dependency on openssh, unnecessary as pointed out by David Brownlee
on a private email.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/lxqt-openssh-askpass/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/lxqt-openssh-askpass/Makefile
diff -u pkgsrc/security/lxqt-openssh-askpass/Makefile:1.9 pkgsrc/security/lxqt-openssh-askpass/Makefile:1.10
--- pkgsrc/security/lxqt-openssh-askpass/Makefile:1.9   Mon Dec  7 12:20:46 2020
+++ pkgsrc/security/lxqt-openssh-askpass/Makefile       Sat Feb  6 08:33:36 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/12/07 12:20:46 pin Exp $
+# $NetBSD: Makefile,v 1.10 2021/02/06 08:33:36 pin Exp $
 
 DISTNAME=      lxqt-openssh-askpass-0.16.0
 CATEGORIES=    security
@@ -23,7 +23,6 @@ pre-configure:
 
 TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
-DEPENDS+=      openssh-[0-9]*:../../security/openssh
 
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/liblxqt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index