From 017695afc18ab5a5640b0387ba71d97f7fabef74 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 27 Mar 2022 17:55:10 +0000 Subject: kicad: wants gettext tools --- cad/kicad/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 45117e6bf5e..77d10ba9807 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -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/git-base 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 -- cgit v1.2.3