aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-10-03 17:41:11 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-10-03 17:41:11 +0000
commitb6fa1df69cab259be1b9679eb775583119d93705 (patch)
treeb50ca7e6ef25baef63fe2f4d5f177489e1cef7af
parent5b543262eae9ef8330757da6f467b9ff79d61c26 (diff)
downloadports-b6fa1df69cab259be1b9679eb775583119d93705.tar.gz
ports-b6fa1df69cab259be1b9679eb775583119d93705.zip
security/veracrypt: Add missing dependency
Reported by: pkg-fallout
-rw-r--r--security/veracrypt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/veracrypt/Makefile b/security/veracrypt/Makefile
index 40b776bc0b3d..d39059b5c7d9 100644
--- a/security/veracrypt/Makefile
+++ b/security/veracrypt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= veracrypt
PORTVERSION= 1.26.7
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/v/V/:S/c/C/}%20${PORTVERSION}/Source%20Code
DISTNAME= ${PORTNAME:S/v/V/:S/c/C/}_${PORTVERSION}_Source
@@ -9,6 +10,7 @@ COMMENT= Open-source disk encryption software based on Truecrypt
WWW= https://www.veracrypt.fr/
BUILD_DEPENDS= yasm:devel/yasm
+LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite
RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo
LICENSE_FILE= ${DOCSDIR}/LICENSE