pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pcsc-lite



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May 10 11:02:13 UTC 2024

Modified Files:
        pkgsrc/security/pcsc-lite: Makefile

Log Message:
pcsc-lite: add perl to tools

Needs pod2man, but adding pod2man to USE_TOOLS doesn't provide it.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/pcsc-lite/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/pcsc-lite/Makefile
diff -u pkgsrc/security/pcsc-lite/Makefile:1.42 pkgsrc/security/pcsc-lite/Makefile:1.43
--- pkgsrc/security/pcsc-lite/Makefile:1.42     Wed May  8 18:47:37 2024
+++ pkgsrc/security/pcsc-lite/Makefile  Fri May 10 11:02:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2024/05/08 18:47:37 adam Exp $
+# $NetBSD: Makefile,v 1.43 2024/05/10 11:02:13 wiz Exp $
 
 DISTNAME=      pcsc-lite-2.2.1
 CATEGORIES=    security
@@ -11,7 +11,8 @@ COMMENT=      Middleware to access a smart ca
 LICENSE=       modified-bsd
 
 USE_LANGUAGES= c c++
-USE_TOOLS+=    flex pkg-config
+# perl for pod2man
+USE_TOOLS+=    flex perl pkg-config
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index