diff options
Diffstat (limited to 'security/truecrypt/Makefile')
-rw-r--r-- | security/truecrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/truecrypt/Makefile b/security/truecrypt/Makefile index a34b284705b..8f778d9c18c 100644 --- a/security/truecrypt/Makefile +++ b/security/truecrypt/Makefile @@ -18,8 +18,8 @@ EXTRACT_ONLY= ${TC_SRCFILE} wxWidgets-${WX_VER}.tar.bz2 MAINTAINER= zi@FreeBSD.org COMMENT= Free open-source disk encryption software -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo +BUILD_DEPENDS= nasm:devel/nasm +RUN_DEPENDS= sudo:security/sudo WRKSRC= ${WRKDIR}/truecrypt-${PORTVERSION}-source |