pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/psutils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 14 04:32:44 UTC 2023

Modified Files:
        pkgsrc/print/psutils: Makefile

Log Message:
psutils: needs gmake


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/print/psutils/Makefile

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

Modified files:

Index: pkgsrc/print/psutils/Makefile
diff -u pkgsrc/print/psutils/Makefile:1.53 pkgsrc/print/psutils/Makefile:1.54
--- pkgsrc/print/psutils/Makefile:1.53  Thu Apr 13 14:22:35 2023
+++ pkgsrc/print/psutils/Makefile       Fri Apr 14 04:32:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2023/04/13 14:22:35 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2023/04/14 04:32:44 wiz Exp $
 
 DISTNAME=      psutils-2.10
 CATEGORIES=    print
@@ -13,7 +13,7 @@ LICENSE=      gnu-gpl-v3
 DEPENDS+=      p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    perl:run bash:test
+USE_TOOLS+=    gmake perl:run bash:test
 TEST_TARGET=   check
 REPLACE_BASH+= tests/run-test
 



Home | Main Index | Thread Index | Old Index