pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/kicad kicad: wants gettext tools



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef3ebf34c706
branches:  trunk
changeset: 375828:ef3ebf34c706
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 27 17:55:10 2022 +0000

description:
kicad: wants gettext tools

diffstat:

 cad/kicad/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b6bb815fe1b6 -r ef3ebf34c706 cad/kicad/Makefile
--- a/cad/kicad/Makefile        Sun Mar 27 17:27:59 2022 +0000
+++ b/cad/kicad/Makefile        Sun Mar 27 17:55:10 2022 +0000
@@ -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 @@
 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