diff options
author | flo <flo@FreeBSD.org> | 2012-12-14 23:47:00 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-12-14 23:47:00 +0800 |
commit | 58aa2f3afdfbed9633415c78da1aca4b56f98ea1 (patch) | |
tree | 2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /security | |
parent | 7ac66068799630167ca6ef9dfb761d82590bd787 (diff) | |
download | freebsd-ports-gnome-58aa2f3afdfbed9633415c78da1aca4b56f98ea1.tar.gz freebsd-ports-gnome-58aa2f3afdfbed9633415c78da1aca4b56f98ea1.tar.zst freebsd-ports-gnome-58aa2f3afdfbed9633415c78da1aca4b56f98ea1.zip |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt)
Diffstat (limited to 'security')
-rw-r--r-- | security/truecrypt/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/truecrypt/Makefile b/security/truecrypt/Makefile index d0cd51879a0c..842f9d75ba17 100644 --- a/security/truecrypt/Makefile +++ b/security/truecrypt/Makefile @@ -17,14 +17,12 @@ EXTRACT_ONLY= ${TC_SRCFILE} wxWidgets-${WX_VER}.tar.gz MAINTAINER= zi@FreeBSD.org 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 \ - sudo:${PORTSDIR}/security/sudo +BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo WRKSRC= ${WRKDIR}/truecrypt-${PORTVERSION}-source +USE_FUSE= yes USE_GMAKE= yes USE_ICONV= yes RESTRICTED= Downloading requires acceptance of license agreement |