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 unified 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,18 +1,20 @@ @@ -1,18 +1,20 @@
1# $NetBSD: Makefile,v 1.6 2022/03/29 13:58:00 fcambus Exp $ 1# $NetBSD: Makefile,v 1.7 2022/04/03 14:35:37 wiz Exp $
2 2
3DISTNAME= tio-1.36 3DISTNAME= tio-1.36
4CATEGORIES= comms 4CATEGORIES= comms
5MASTER_SITES= ${MASTER_SITE_GITHUB:=tio/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=tio/}
6GITHUB_RELEASE= v${PKGVERSION_NOREV} 6GITHUB_RELEASE= v${PKGVERSION_NOREV}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= fcambus@NetBSD.org 9MAINTAINER= fcambus@NetBSD.org
10HOMEPAGE= https://github.com/tio/tio 10HOMEPAGE= https://github.com/tio/tio
11COMMENT= Simple TTY terminal I/O application 11COMMENT= Simple TTY terminal I/O application
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14MESON_ARGS+= -Dbashcompletiondir=${PREFIX}/share/bash-completion/completions 14MESON_ARGS+= -Dbashcompletiondir=${PREFIX}/share/bash-completion/completions
15 15
 16USE_TOOLS+= pkg-config
 17
16.include "../../textproc/inih/buildlink3.mk" 18.include "../../textproc/inih/buildlink3.mk"
17.include "../../devel/meson/build.mk" 19.include "../../devel/meson/build.mk"
18.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"