pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kdevelop



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Aug 21 11:28:00 UTC 2024

Modified Files:
        pkgsrc/devel/kdevelop: Makefile

Log Message:
kdevelop: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/devel/kdevelop/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/kdevelop/Makefile
diff -u pkgsrc/devel/kdevelop/Makefile:1.86 pkgsrc/devel/kdevelop/Makefile:1.87
--- pkgsrc/devel/kdevelop/Makefile:1.86 Fri Aug  9 09:42:11 2024
+++ pkgsrc/devel/kdevelop/Makefile      Wed Aug 21 11:27:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2024/08/09 09:42:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.87 2024/08/21 11:27:59 markd Exp $
 #
 
 DISTNAME=      kdevelop-${KAPPSVER}
@@ -19,7 +19,7 @@ REPLACE_BASH+=        kdevplatform/util/kdevpla
 
 CHECK_INTERPRETER_SKIP=        share/kdevplatform/shellutils/.zshrc
 
-CMAKE_ARGS+=   -DBUILD_TESTING=OFF
+CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTING=OFF
 
 pre-configure:
        ln -s ${TOOLS_DIR}/bin/gtar ${TOOLS_DIR}/bin/tar



Home | Main Index | Thread Index | Old Index