pkgsrc-WIP-changes archive

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

libqtxdg, clean-up



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

Modified Files:
	libqtxdg/Makefile

Log Message:
libqtxdg, 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=6b3d914f8f205a1653df03c018b14542cae85099

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

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

diffs:
diff --git a/libqtxdg/Makefile b/libqtxdg/Makefile
index bc659d2723..8500fb0cc0 100644
--- a/libqtxdg/Makefile
+++ b/libqtxdg/Makefile
@@ -19,12 +19,12 @@ CMAKE_ARG_PATH=	..
 
 CFLAGS.NetBSD+=	-D_NETBSD_SOURCE
 
-INSTALLATION_DIRS+=	lib
+INSTALLATION_DIRS+=	bin lib 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"


Home | Main Index | Thread Index | Old Index