pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ki18n



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Aug 21 11:22:57 UTC 2024

Modified Files:
        pkgsrc/devel/ki18n: Makefile

Log Message:
ki18n: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/ki18n/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/ki18n/Makefile
diff -u pkgsrc/devel/ki18n/Makefile:1.68 pkgsrc/devel/ki18n/Makefile:1.69
--- pkgsrc/devel/ki18n/Makefile:1.68    Fri Jun  7 23:55:43 2024
+++ pkgsrc/devel/ki18n/Makefile Wed Aug 21 11:22:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2024/06/07 23:55:43 markd Exp $
+# $NetBSD: Makefile,v 1.69 2024/08/21 11:22:57 markd Exp $
 
 DISTNAME=      ki18n-${KF5VER}
 CATEGORIES=    devel
@@ -9,7 +9,7 @@ LICENSE=        modified-bsd AND gnu-lgpl-v2.1
 
 USE_TOOLS+=    msgfmt
 
-CMAKE_ARGS+=   -DLibIntl_INCLUDE_DIRS=${BUILDLINK_PREFIX.gettext}/include
+CMAKE_CONFIGURE_ARGS+= -DLibIntl_INCLUDE_DIRS=${BUILDLINK_PREFIX.gettext}/include
 
 .include "../../meta-pkgs/kde/kf5.mk"
 



Home | Main Index | Thread Index | Old Index