pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/kicad



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 27 17:55:10 UTC 2022

Modified Files:
        pkgsrc/cad/kicad: Makefile

Log Message:
kicad: wants gettext tools


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/cad/kicad/Makefile

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

Modified files:

Index: pkgsrc/cad/kicad/Makefile
diff -u pkgsrc/cad/kicad/Makefile:1.61 pkgsrc/cad/kicad/Makefile:1.62
--- pkgsrc/cad/kicad/Makefile:1.61      Wed Mar 23 23:07:23 2022
+++ pkgsrc/cad/kicad/Makefile   Sun Mar 27 17:55:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2022/03/23 23:07:23 tnn Exp $
+# $NetBSD: Makefile,v 1.62 2022/03/27 17:55:10 tnn Exp $
 #
 
 V=             6.0.2
@@ -18,7 +18,7 @@ DEPENDS+=     git-base-[0-9]*:../../devel/gi
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         c c++11
 USE_CMAKE=             yes
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            pkg-config msgfmt msgmerge xgettext
 
 CMAKE_ARGS+=           -DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=           -DKICAD_SPICE=OFF



Home | Main Index | Thread Index | Old Index