aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2012-03-10 20:39:27 +0800
committerzi <zi@FreeBSD.org>2012-03-10 20:39:27 +0800
commitd8e1eb92c3fe07295960929d82b80c77f9f13018 (patch)
treeeb2b355a84dffb66d051e9cb104e7bb66bd852ad /security
parent8a1d609c9b56731a9d90e4946f525a29ce2921f8 (diff)
downloadfreebsd-ports-gnome-d8e1eb92c3fe07295960929d82b80c77f9f13018.tar.gz
freebsd-ports-gnome-d8e1eb92c3fe07295960929d82b80c77f9f13018.tar.zst
freebsd-ports-gnome-d8e1eb92c3fe07295960929d82b80c77f9f13018.zip
- Add security/sudo to RUN_DEPENDS
- Do not bump PORTREVISION PR: ports/165755 Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r--security/truecrypt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/truecrypt/Makefile b/security/truecrypt/Makefile
index 7dc63919d561..af1d0602acd5 100644
--- a/security/truecrypt/Makefile
+++ b/security/truecrypt/Makefile
@@ -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