pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/digikam
Module Name: pkgsrc
Committed By: markd
Date: Wed Aug 21 11:29:53 UTC 2024
Modified Files:
pkgsrc/graphics/digikam: Makefile
Log Message:
digikam: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS
To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 pkgsrc/graphics/digikam/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/digikam/Makefile
diff -u pkgsrc/graphics/digikam/Makefile:1.228 pkgsrc/graphics/digikam/Makefile:1.229
--- pkgsrc/graphics/digikam/Makefile:1.228 Fri Aug 9 09:42:19 2024
+++ pkgsrc/graphics/digikam/Makefile Wed Aug 21 11:29:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.228 2024/08/09 09:42:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.229 2024/08/21 11:29:53 markd Exp $
DISTNAME= digiKam-8.2.0
PKGNAME= ${DISTNAME:tl}
@@ -18,9 +18,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME:tl}
.include "../../meta-pkgs/kde/applications.mk"
REPLACE_PERL= core/data/scripts/digitaglinktree/digitaglinktree
-CMAKE_ARGS+= -DBUILD_TESTING=OFF
-CMAKE_ARGS+= -DENABLE_KFILEMETADATASUPPORT=ON
-CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_KF5AkonadiContact:BOOL=TRUE
+
+CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTING=OFF
+CMAKE_CONFIGURE_ARGS+= -DENABLE_KFILEMETADATASUPPORT=ON
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_KF5AkonadiContact:BOOL=TRUE
USE_TOOLS+= flex bison msgmerge perl:run pkg-config
Home |
Main Index |
Thread Index |
Old Index