pkgsrc-WIP-changes archive

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

lxqt-build-tools: switch to cmake/build.mk



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon May 27 14:32:48 2024 +0200
Changeset:	df5cf841e070feaac97f10ee984deb016a7316de

Modified Files:
	lxqt2-build-tools/Makefile

Log Message:
lxqt-build-tools: switch to cmake/build.mk

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

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

diffstat:
 lxqt2-build-tools/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diffs:
diff --git a/lxqt2-build-tools/Makefile b/lxqt2-build-tools/Makefile
index d5b94abe86..dca16643c6 100644
--- a/lxqt2-build-tools/Makefile
+++ b/lxqt2-build-tools/Makefile
@@ -15,16 +15,11 @@ USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config perl
 USE_LANGUAGES=	c c++ # Needed to satisfy cmake
 
-CONFIGURE_DIRS=	build
-CMAKE_ARG_PATH=	..
-
 PKG_SYSCONFSUBDIR=	xdg
 CMAKE_ARGS+=		-DLXQT_ETC_XDG_DIR=${PKG_SYSCONFDIR}
 
-pre-configure:
-	${MKDIR} -p ${WRKSRC}/build
-
 BUILDLINK_API_DEPENDS.qt6-qtbase+=	qt6-qtbase>=6.6.0
 .include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index