pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/kalgebra
Module Name: pkgsrc
Committed By: markd
Date: Wed Aug 21 11:32:03 UTC 2024
Modified Files:
pkgsrc/math/kalgebra: Makefile
Log Message:
kalgebra: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/math/kalgebra/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/kalgebra/Makefile
diff -u pkgsrc/math/kalgebra/Makefile:1.82 pkgsrc/math/kalgebra/Makefile:1.83
--- pkgsrc/math/kalgebra/Makefile:1.82 Fri Aug 9 09:42:24 2024
+++ pkgsrc/math/kalgebra/Makefile Wed Aug 21 11:32:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2024/08/09 09:42:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.83 2024/08/21 11:32:03 markd Exp $
DISTNAME= kalgebra-${KAPPSVER}
PKGREVISION= 4
@@ -21,6 +21,6 @@ USE_TOOLS+= msgmerge
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
-CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets:BOOL=TRUE
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets:BOOL=TRUE
#.include "../../x11/qt5-qtwebengine/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index