pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/plasma6-kwayland
Module Name: pkgsrc
Committed By: markd
Date: Wed Aug 21 11:28:45 UTC 2024
Modified Files:
pkgsrc/devel/plasma6-kwayland: Makefile
Log Message:
plasma6-kwayland: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/plasma6-kwayland/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/plasma6-kwayland/Makefile
diff -u pkgsrc/devel/plasma6-kwayland/Makefile:1.1 pkgsrc/devel/plasma6-kwayland/Makefile:1.2
--- pkgsrc/devel/plasma6-kwayland/Makefile:1.1 Sun Jul 21 20:35:03 2024
+++ pkgsrc/devel/plasma6-kwayland/Makefile Wed Aug 21 11:28:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/07/21 20:35:03 markd Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/21 11:28:44 markd Exp $
DISTNAME= kwayland-${PLASMAVER}
CATEGORIES= devel
@@ -12,9 +12,10 @@ LICENSE= gnu-lgpl-v2.1
TOOL_DEPENDS+= plasma-wayland-protocols>=1.7:../../devel/plasma-wayland-protocols
USE_TOOLS+= pkg-config
+
# Don't do autotests. Some builds are linux specific.
-CMAKE_ARGS+= -DBUILD_TESTING=no
-CMAKE_ARGS+= -DKF_IGNORE_PLATFORM_CHECK=true
+CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTING=no
+CMAKE_CONFIGURE_ARGS+= -DKF_IGNORE_PLATFORM_CHECK=true
.include "../../devel/wayland/platform.mk"
.if empty(PLATFORM_SUPPORTS_WAYLAND:M[Yy][Ee][Ss])
Home |
Main Index |
Thread Index |
Old Index