diff options
author | zi <zi@FreeBSD.org> | 2012-03-10 20:39:27 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-03-10 20:39:27 +0800 |
commit | d8e1eb92c3fe07295960929d82b80c77f9f13018 (patch) | |
tree | eb2b355a84dffb66d051e9cb104e7bb66bd852ad /security | |
parent | 8a1d609c9b56731a9d90e4946f525a29ce2921f8 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |