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:   nia
Date:           Sun Jul  9 09:58:30 UTC 2023

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

Log Message:
pcsc-lite: Add missing dependency on flex.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/security/pcsc-lite/Makefile:1.38
--- pkgsrc/security/pcsc-lite/Makefile:1.37     Fri Jun  9 19:51:38 2023
+++ pkgsrc/security/pcsc-lite/Makefile  Sun Jul  9 09:58:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2023/06/09 19:51:38 gdt Exp $
+# $NetBSD: Makefile,v 1.38 2023/07/09 09:58:29 nia Exp $
 
 DISTNAME=      pcsc-lite-2.0.0
 CATEGORIES=    security
@@ -12,7 +12,7 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config gmake
+USE_TOOLS+=    pkg-config gmake flex
 GNU_CONFIGURE= yes
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index