pkgsrc-WIP-changes archive

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

lxqt-qtplugin, clean-up



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Jan 9 14:06:08 2020 +0100
Changeset:	f1666d352e74d9dc12f9efd6998dcf8d7cda058a

Modified Files:
	lxqt-qtplugin/Makefile

Log Message:
lxqt-qtplugin, clean-up

Remove unnecessary dependencies.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f1666d352e74d9dc12f9efd6998dcf8d7cda058a

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

diffstat:
 lxqt-qtplugin/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/lxqt-qtplugin/Makefile b/lxqt-qtplugin/Makefile
index 6f5d9546cc..a44129fc36 100644
--- a/lxqt-qtplugin/Makefile
+++ b/lxqt-qtplugin/Makefile
@@ -24,11 +24,11 @@ INSTALLATION_DIRS+=	qt5
 pre-configure:
 	${MKDIR} -p ${WRKSRC}/build
 
-DEPENDS+=	lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools
+TOOL_DEPENDS+=	lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools
 
 .include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../devel/libdbusmenu-qt5/buildlink3.mk"
-.include "../../wip/liblxqt/buildlink3.mk"
+.include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.include "../../wip/libqtxdg/buildlink3.mk"
 .include "../../wip/libfm-qt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index