summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-08 06:52:53 +0000
committerwiz <wiz@pkgsrc.org>2022-04-08 06:52:53 +0000
commit97ce75d3d641bc3c9b8d75b42962017b0cbe0265 (patch)
tree4f9085b9846db7fb5e80f4506d5c95c190402975
parent10b94e4b8013a527476bb552882432b26f4c08d6 (diff)
downloadpkgsrc-97ce75d3d641bc3c9b8d75b42962017b0cbe0265.tar.gz
pan: add some missing tool dependencies
-rw-r--r--news/pan/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index c6e2e508a15..baf5bbc347c 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2022/04/03 19:33:11 rhialto Exp $
+# $NetBSD: Makefile,v 1.121 2022/04/08 06:52:53 wiz Exp $
PKGNAME= pan-0.150
CATEGORIES= news
@@ -12,6 +12,9 @@ HOMEPAGE= http://pan.rebelbase.com/
COMMENT= Newsreader for GTK3
LICENSE= gnu-gpl-v2
+TOOL_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
+TOOL_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
+
USE_TOOLS+= gmake msgfmt perl pkg-config itstool
USE_TOOLS+= autoconf automake
USE_LANGUAGES= c c++