pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/lxqt-config



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Apr 25 01:44:55 UTC 2020

Modified Files:
        pkgsrc/x11/lxqt-config: Makefile

Log Message:
lxqt-config: fix stray "wip" reference missed in previous


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/lxqt-config/Makefile

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

Modified files:

Index: pkgsrc/x11/lxqt-config/Makefile
diff -u pkgsrc/x11/lxqt-config/Makefile:1.1 pkgsrc/x11/lxqt-config/Makefile:1.2
--- pkgsrc/x11/lxqt-config/Makefile:1.1 Sat Apr 25 01:43:21 2020
+++ pkgsrc/x11/lxqt-config/Makefile     Sat Apr 25 01:44:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/04/25 01:43:21 gutteridge Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/25 01:44:55 gutteridge Exp $
 
 DISTNAME=      lxqt-config-0.14.1
 CATEGORIES=    x11
@@ -49,5 +49,5 @@ DEPENDS+=     lxqt-themes-[0-9]*:../../wip/l
 .include "../../x11/libXcursor/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/liblxqt/buildlink3.mk"
-.include "../../wip/libkscreen/buildlink3.mk"
+.include "../../x11/libkscreen/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index