pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ktexteditor



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Aug 21 11:23:27 UTC 2024

Modified Files:
        pkgsrc/devel/ktexteditor: Makefile

Log Message:
ktexteditor: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/ktexteditor/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/ktexteditor/Makefile
diff -u pkgsrc/devel/ktexteditor/Makefile:1.85 pkgsrc/devel/ktexteditor/Makefile:1.86
--- pkgsrc/devel/ktexteditor/Makefile:1.85      Fri Aug  9 09:42:12 2024
+++ pkgsrc/devel/ktexteditor/Makefile   Wed Aug 21 11:23:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2024/08/09 09:42:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.86 2024/08/21 11:23:27 markd Exp $
 
 DISTNAME=      ktexteditor-${KF5VER}
 PKGREVISION=   1
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 USE_TOOLS+=    gmake msgmerge pkg-config perl
 
-CMAKE_ARGS+=   -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/ktexteditor
+CMAKE_CONFIGURE_ARGS+= -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/ktexteditor
 
 LDFLAGS.SunOS+=        -mimpure-text
 



Home | Main Index | Thread Index | Old Index