pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/cantor



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Aug 21 11:31:34 UTC 2024

Modified Files:
        pkgsrc/math/cantor: Makefile

Log Message:
cantor: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/math/cantor/Makefile

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

Modified files:

Index: pkgsrc/math/cantor/Makefile
diff -u pkgsrc/math/cantor/Makefile:1.127 pkgsrc/math/cantor/Makefile:1.128
--- pkgsrc/math/cantor/Makefile:1.127   Fri Aug  9 09:42:24 2024
+++ pkgsrc/math/cantor/Makefile Wed Aug 21 11:31:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2024/08/09 09:42:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.128 2024/08/21 11:31:34 markd Exp $
 
 DISTNAME=      cantor-${KAPPSVER}
 PKGREVISION=   6
@@ -14,9 +14,9 @@ TOOL_DEPENDS+=        kdoctools>=5.19.0:../../d
 
 USE_TOOLS+=    msgmerge pkg-config
 
-CMAKE_ARGS+=   -DCMAKE_DISABLE_FIND_PACKAGE_R=TRUE
-CMAKE_ARGS+=   -DCMAKE_DISABLE_FIND_PACKAGE_LuaJIT=TRUE
-CMAKE_ARGS+=   -DBUILD_TESTING=OFF
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_R=TRUE
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_LuaJIT=TRUE
+CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTING=OFF
 
 #  only try to build python3 support
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index