git: b6fa1df69cab - main - security/veracrypt: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Oct 2023 17:41:53 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6fa1df69cab259be1b9679eb775583119d93705 commit b6fa1df69cab259be1b9679eb775583119d93705 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2023-10-03 17:41:11 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-10-03 17:41:11 +0000 security/veracrypt: Add missing dependency Reported by: pkg-fallout --- security/veracrypt/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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