pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gtexinfo gtexinfo: use any awk, don't insist on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88e909969b58
branches:  trunk
changeset: 388681:88e909969b58
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 25 08:25:31 2022 +0000

description:
gtexinfo: use any awk, don't insist on gawk

Breaks dependency cycle, should still work

diffstat:

 devel/gtexinfo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 52cfa948bd2d -r 88e909969b58 devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile   Fri Nov 25 07:45:03 2022 +0000
+++ b/devel/gtexinfo/Makefile   Fri Nov 25 08:25:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2022/11/24 12:16:03 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2022/11/25 08:25:31 wiz Exp $
 
 DISTNAME=              texinfo-7.0
 PKGNAME=               g${DISTNAME}
@@ -32,7 +32,7 @@
 INFO_FILES=            yes
 TEST_TARGET=           check
 PLIST_SRC=             ${PKGDIR}/PLIST
-USE_TOOLS+=            gawk perl:run
+USE_TOOLS+=            perl:run
 
 # Replace deeply nested config.sub files (in vendored perl libraries)
 OVERRIDE_DIRDEPTH=     4



Home | Main Index | Thread Index | Old Index