Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A67A084E80 for ; Sun, 9 Jul 2023 09:58:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 18547XLp2RBh for ; Sun, 9 Jul 2023 09:58:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 30A2984E68 for ; Sun, 9 Jul 2023 09:58:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20067FBDB; Sun, 9 Jul 2023 09:58:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688896710235900" MIME-Version: 1.0 Date: Sun, 9 Jul 2023 09:58:30 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/pcsc-lite To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230709095830.20067FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688896710235900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1688896710235900 Content-Disposition: inline Content-Length: 667 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1688896710235900--