pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/minipro



Module Name:    pkgsrc
Committed By:   hauke
Date:           Mon Apr 28 12:33:21 UTC 2025

Modified Files:
        pkgsrc/sysutils/minipro: Makefile

Log Message:
We want bash around at runtime (thx, wiz@)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/minipro/Makefile

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

Modified files:

Index: pkgsrc/sysutils/minipro/Makefile
diff -u pkgsrc/sysutils/minipro/Makefile:1.8 pkgsrc/sysutils/minipro/Makefile:1.9
--- pkgsrc/sysutils/minipro/Makefile:1.8        Mon Apr 28 12:03:31 2025
+++ pkgsrc/sysutils/minipro/Makefile    Mon Apr 28 12:33:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/04/28 12:03:31 hauke Exp $
+# $NetBSD: Makefile,v 1.9 2025/04/28 12:33:21 hauke Exp $
 
 MINIPRO_VERS=  0.7.3
 
@@ -15,7 +15,7 @@ HOMEPAGE=     https://gitlab.com/DavidGriffi
 COMMENT=       Control the MiniPRO TL866xx / Xgecu family of chip programmers
 LICENSE=       gnu-gpl-v3
 
-USE_TOOLS+=    gmake pkg-config bash
+USE_TOOLS+=    gmake pkg-config bash:run
 
 REPLACE_BASH+= dump-alg-minipro.bash
 



Home | Main Index | Thread Index | Old Index