aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-01-02 12:04:42 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-01-02 12:04:46 +0000
commit1535aee5b34547a678ca2b3d7d0221a75f29a8cb (patch)
treee54e51dca685e5395c5056c52f051eb52fa89f36
parent777763df886373466ed2c0ba98e46171e2918cb2 (diff)
downloadports-1535aee5b34547a678ca2b3d7d0221a75f29a8cb.tar.gz
ports-1535aee5b34547a678ca2b3d7d0221a75f29a8cb.zip
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)
-rw-r--r--devel/pcsc-cyberjack/Makefile3
1 files changed, 2 insertions, 1 deletions
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