Sun Apr 3 14:35:37 2022 UTC ()
tio: add missing pkg-config tool dependency


(wiz)
diff -r1.6 -r1.7 pkgsrc/comms/tio/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/comms/tio/Makefile (expand / switch to context diff)
--- pkgsrc/comms/tio/Makefile 2022/03/29 13:58:00 1.6
+++ pkgsrc/comms/tio/Makefile 2022/04/03 14:35:37 1.7
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/03/29 13:58:00 fcambus Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/03 14:35:37 wiz Exp $
 
 DISTNAME=	tio-1.36
 CATEGORIES=	comms
@@ -12,6 +12,8 @@
 LICENSE=	gnu-gpl-v2
 
 MESON_ARGS+=	-Dbashcompletiondir=${PREFIX}/share/bash-completion/completions
+
+USE_TOOLS+=	pkg-config
 
 .include "../../textproc/inih/buildlink3.mk"
 .include "../../devel/meson/build.mk"