pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/tio tio: add missing pkg-config tool dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4de99b7fbe8c
branches:  trunk
changeset: 376201:4de99b7fbe8c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 03 14:35:37 2022 +0000

description:
tio: add missing pkg-config tool dependency

diffstat:

 comms/tio/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 83968f331903 -r 4de99b7fbe8c comms/tio/Makefile
--- a/comms/tio/Makefile        Sun Apr 03 14:33:55 2022 +0000
+++ b/comms/tio/Makefile        Sun Apr 03 14:35:37 2022 +0000
@@ -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
@@ -13,6 +13,8 @@
 
 MESON_ARGS+=   -Dbashcompletiondir=${PREFIX}/share/bash-completion/completions
 
+USE_TOOLS+=    pkg-config
+
 .include "../../textproc/inih/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index