pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gtexinfo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov 25 08:25:31 UTC 2022

Modified Files:
        pkgsrc/devel/gtexinfo: Makefile

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

Breaks dependency cycle, should still work


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/devel/gtexinfo/Makefile

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

Modified files:

Index: pkgsrc/devel/gtexinfo/Makefile
diff -u pkgsrc/devel/gtexinfo/Makefile:1.116 pkgsrc/devel/gtexinfo/Makefile:1.117
--- pkgsrc/devel/gtexinfo/Makefile:1.116        Thu Nov 24 12:16:03 2022
+++ pkgsrc/devel/gtexinfo/Makefile      Fri Nov 25 08:25:31 2022
@@ -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 @@ USE_LIBTOOL=          yes
 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