pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/kwalletmanager



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

Modified Files:
        pkgsrc/security/kwalletmanager: Makefile

Log Message:
kwalletmanager: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/security/kwalletmanager/Makefile

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

Modified files:

Index: pkgsrc/security/kwalletmanager/Makefile
diff -u pkgsrc/security/kwalletmanager/Makefile:1.58 pkgsrc/security/kwalletmanager/Makefile:1.59
--- pkgsrc/security/kwalletmanager/Makefile:1.58        Fri Aug  9 09:42:34 2024
+++ pkgsrc/security/kwalletmanager/Makefile     Wed Aug 21 11:35:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2024/08/09 09:42:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.59 2024/08/21 11:35:59 markd Exp $
 
 DISTNAME=      kwalletmanager-${KAPPSVER}
 PKGREVISION=   3
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v2 AND gnu-lgpl-v2
 
 TOOL_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
 
-CMAKE_ARGS+=           -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/kwalletmanager
+CMAKE_CONFIGURE_ARGS+= -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/kwalletmanager
 INSTALLATION_DIRS+=    share/examples/kwalletmanager
 
 USE_TOOLS+=    msgmerge



Home | Main Index | Thread Index | Old Index