pkgsrc-WIP-changes archive

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

liblxqt, clean-up



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

Modified Files:
	liblxqt/Makefile

Log Message:
liblxqt, clean-up

Make lxqt-build-tools a build dependency only.
Correct installation directories.

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

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

diffstat:
 liblxqt/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/liblxqt/Makefile b/liblxqt/Makefile
index 4d244deeff..84342a8bc0 100644
--- a/liblxqt/Makefile
+++ b/liblxqt/Makefile
@@ -19,12 +19,12 @@ CMAKE_ARG_PATH=	..
 
 CFLAGS.NetBSD+=	-D_NETBSD_SOURCE
 
-INSTALLATION_DIRS+=	lib
+INSTALLATION_DIRS+=	bin lib
 
 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"


Home | Main Index | Thread Index | Old Index