1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- Add security/sudo to RUN_DEPENDS

- Do not bump PORTREVISION

PR:		ports/165755
Submitted by:	Olivier Cochard-Labbé <olivier@cochard.me>
Feature safe:	yes
This commit is contained in:
Ryan Steinmetz 2012-03-10 12:39:27 +00:00
parent a638ec23f1
commit 6c63f314ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293048

View File

@ -22,7 +22,8 @@ COMMENT= Free open-source disk encryption software
BUILD_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod \
nasm:${PORTSDIR}/devel/nasm
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod \
sudo:${PORTSDIR}/security/sudo
WRKSRC= ${WRKDIR}/truecrypt-${PORTVERSION}-source