pkgsrc-WIP-changes archive

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

obconf-qt, clean-up



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

Modified Files:
	obconf-qt/Makefile

Log Message:
obconf-qt, 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=3c7bd80e35d03e904570354fa125c0d1c1eac489

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

diffstat:
 obconf-qt/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/obconf-qt/Makefile b/obconf-qt/Makefile
index 677b7646a1..7c8b31f762 100644
--- a/obconf-qt/Makefile
+++ b/obconf-qt/Makefile
@@ -24,12 +24,10 @@ INSTALLATION_DIRS+=	bin
 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-qttools/buildlink3.mk"
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../wm/openbox/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index