pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/tio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr  3 14:35:37 UTC 2022

Modified Files:
        pkgsrc/comms/tio: Makefile

Log Message:
tio: add missing pkg-config tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/comms/tio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/tio/Makefile
diff -u pkgsrc/comms/tio/Makefile:1.6 pkgsrc/comms/tio/Makefile:1.7
--- pkgsrc/comms/tio/Makefile:1.6       Tue Mar 29 13:58:00 2022
+++ pkgsrc/comms/tio/Makefile   Sun Apr  3 14:35:37 2022
@@ -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 @@ 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"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index