pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kf6-kguiaddons
Module Name: pkgsrc
Committed By: markd
Date: Wed Aug 21 11:41:30 UTC 2024
Modified Files:
pkgsrc/x11/kf6-kguiaddons: Makefile
Log Message:
kf6-kguiaddons: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/kf6-kguiaddons/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/kf6-kguiaddons/Makefile
diff -u pkgsrc/x11/kf6-kguiaddons/Makefile:1.2 pkgsrc/x11/kf6-kguiaddons/Makefile:1.3
--- pkgsrc/x11/kf6-kguiaddons/Makefile:1.2 Wed May 29 16:35:02 2024
+++ pkgsrc/x11/kf6-kguiaddons/Makefile Wed Aug 21 11:41:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/05/29 16:35:02 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/21 11:41:30 markd Exp $
DISTNAME= kguiaddons-${KF6VER}
PKGREVISION= 1
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
USE_TOOLS+= pkg-config
-CMAKE_ARGS+= -DBUILD_GEO_SCHEME_HANDLER=OFF
+CMAKE_CONFIGURE_ARGS+= -DBUILD_GEO_SCHEME_HANDLER=OFF
PKGCONFIG_OVERRIDE+= _KDE_build/KF6GuiAddons.pc
PKGCONFIG_OVERRIDE_STAGE= post-build
@@ -23,7 +23,7 @@ PKGCONFIG_OVERRIDE_STAGE= post-build
. include "../../devel/plasma-wayland-protocols/buildlink3.mk"
. include "../../devel/qt6-qtwayland/buildlink3.mk"
.else
-CMAKE_ARGS+= -DWITH_WAYLAND=OFF
+CMAKE_CONFIGURE_ARGS+= -DWITH_WAYLAND=OFF
.endif
.include "../../x11/qt6-qtbase/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index