pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/kde



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov  2 23:47:15 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/kde: Makefile.common

Log Message:
kde: USE_LANGUAGES+= to allow packages to add to it


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/meta-pkgs/kde/Makefile.common

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

Modified files:

Index: pkgsrc/meta-pkgs/kde/Makefile.common
diff -u pkgsrc/meta-pkgs/kde/Makefile.common:1.6 pkgsrc/meta-pkgs/kde/Makefile.common:1.7
--- pkgsrc/meta-pkgs/kde/Makefile.common:1.6    Tue Jun  6 12:41:54 2023
+++ pkgsrc/meta-pkgs/kde/Makefile.common        Thu Nov  2 23:47:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2023/06/06 12:41:54 riastradh Exp $
+# $NetBSD: Makefile.common,v 1.7 2023/11/02 23:47:15 wiz Exp $
 #
 # used by meta-pkgs/kde/applications.mk
 # used by meta-pkgs/kde/kf5.mk
@@ -8,7 +8,7 @@ MAINTAINER?=    markd%NetBSD.org@localhost
 
 TOOL_DEPENDS+= extra-cmake-modules>=5.19.0:../../devel/extra-cmake-modules
 
-USE_LANGUAGES= c c++
+USE_LANGUAGES+=        c c++
 CMAKE_BUILD_DIR=       _KDE_build
 .include "../../devel/cmake/build.mk"
 



Home | Main Index | Thread Index | Old Index