pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/openconnect



Module Name:    pkgsrc
Committed By:   simonb
Date:           Wed Nov 13 01:19:34 UTC 2024

Modified Files:
        pkgsrc/net/openconnect: 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.37 -r1.38 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.37 pkgsrc/net/openconnect/Makefile:1.38
--- pkgsrc/net/openconnect/Makefile:1.37        Fri Nov  1 12:53:59 2024
+++ pkgsrc/net/openconnect/Makefile     Wed Nov 13 01:19:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2024/11/01 12:53:59 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2024/11/13 01:19:34 simonb Exp $
 
 DISTNAME=              openconnect-9.12
 PKGREVISION=           7
@@ -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