pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2024Q2] pkgsrc/net/openconnect



Module Name:    pkgsrc
Committed By:   simonb
Date:           Wed Nov 13 01:17:35 UTC 2024

Modified Files:
        pkgsrc/net/openconnect [pkgsrc-2024Q2]: Makefile

Log Message:
Mark bash as a run-time tool; some of the installed scripts need bash.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.35.2.1 pkgsrc/net/openconnect/Makefile

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

Modified files:

Index: pkgsrc/net/openconnect/Makefile
diff -u pkgsrc/net/openconnect/Makefile:1.35 pkgsrc/net/openconnect/Makefile:1.35.2.1
--- pkgsrc/net/openconnect/Makefile:1.35        Wed May 29 16:34:00 2024
+++ pkgsrc/net/openconnect/Makefile     Wed Nov 13 01:17:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2024/05/29 16:34:00 adam Exp $
+# $NetBSD: Makefile,v 1.35.2.1 2024/11/13 01:17:35 simonb Exp $
 
 DISTNAME=              openconnect-9.12
 PKGREVISION=           5
@@ -13,7 +13,7 @@ LICENSE=              gnu-lgpl-v2.1
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake pkg-config bash
+USE_TOOLS+=            gmake pkg-config bash:run
 
 DEPENDS+=              vpnc-script-[0-9]*:../../net/vpnc-script
 



Home | Main Index | Thread Index | Old Index