git: 1535aee5b345 - main - devel/pcsc-cyberjack: Add pkgconfig as dependency to fix build failure

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 02 Jan 2023 12:06:24 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1535aee5b34547a678ca2b3d7d0221a75f29a8cb

commit 1535aee5b34547a678ca2b3d7d0221a75f29a8cb
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-01-02 12:04:42 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-01-02 12:04:46 +0000

    devel/pcsc-cyberjack: Add pkgconfig as dependency to fix build failure
    
    Missing dependency causing package not to build
    
    Reported by:    pkg-fallout
    Approved by:    portmgr (blanket)
---
 devel/pcsc-cyberjack/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/pcsc-cyberjack/Makefile b/devel/pcsc-cyberjack/Makefile
index 76b2f67aab58..d9344369a8e7 100644
--- a/devel/pcsc-cyberjack/Makefile
+++ b/devel/pcsc-cyberjack/Makefile
@@ -16,7 +16,8 @@ LICENSE_FILE_LGPL20=	${WRKSRC}/COPYRIGHT.LGPL
 LIB_DEPENDS=	libpcsclite.so:devel/pcsc-lite \
 		libxml2.so:textproc/libxml2
 
-USES=		dos2unix gmake libtool tar:bzip2 autoreconf compiler:gcc-c++11-lib
+USES=		autoreconf compiler:gcc-c++11-lib dos2unix gmake libtool pkgconfig \
+		tar:bzip2
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes