pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/w3m



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  6 21:33:56 UTC 2022

Modified Files:
        pkgsrc/www/w3m: Makefile.common

Log Message:
w3m: add pkg-config to tools

Closes PR 57048 from adr


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/www/w3m/Makefile.common

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

Modified files:

Index: pkgsrc/www/w3m/Makefile.common
diff -u pkgsrc/www/w3m/Makefile.common:1.74 pkgsrc/www/w3m/Makefile.common:1.75
--- pkgsrc/www/w3m/Makefile.common:1.74 Sat Aug 13 11:27:56 2022
+++ pkgsrc/www/w3m/Makefile.common      Thu Oct  6 21:33:55 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.74 2022/08/13 11:27:56 wiz Exp $
+# $NetBSD: Makefile.common,v 1.75 2022/10/06 21:33:55 wiz Exp $
 #
 # used by www/w3m/Makefile
 # used by www/w3m-img/Makefile
@@ -25,7 +25,7 @@ W3M_VERS=     0.5.3+git20220429
 W3M_PKGVERS=   ${W3M_VERS:S/+git/.0./}
 
 # For w3mman, xface2xpm, cgi scripts.
-USE_TOOLS+=    perl:run pax
+USE_TOOLS+=    perl:run pax pkg-config
 
 DOCDIR=                share/doc/w3m
 



Home | Main Index | Thread Index | Old Index