pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libjwt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  5 07:47:10 UTC 2025

Modified Files:
        pkgsrc/security/libjwt: Makefile

Log Message:
libjwt: bash also needed for building


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/libjwt/Makefile

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

Modified files:

Index: pkgsrc/security/libjwt/Makefile
diff -u pkgsrc/security/libjwt/Makefile:1.6 pkgsrc/security/libjwt/Makefile:1.7
--- pkgsrc/security/libjwt/Makefile:1.6 Mon Sep  1 11:29:06 2025
+++ pkgsrc/security/libjwt/Makefile     Fri Sep  5 07:47:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/09/01 11:29:06 adam Exp $
+# $NetBSD: Makefile,v 1.7 2025/09/05 07:47:10 wiz Exp $
 
 DISTNAME=      libjwt-3.2.2
 CATEGORIES=    security
@@ -12,7 +12,7 @@ COMMENT=      JWT C library
 LICENSE=       mpl-2.0
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            bash:test pkg-config
+USE_TOOLS+=            bash pkg-config
 CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
 CMAKE_CONFIGURE_ARGS+= -DWITH_GNUTLS=OFF
 



Home | Main Index | Thread Index | Old Index