diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-06 16:52:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-06 16:52:02 +0000 |
commit | da12e6723dd1adee8b0c5e4b081caecab544e684 (patch) | |
tree | c2364f5819e8d5e433572c797bab46ab06e70b04 /security | |
parent | ffc075db2e24d843dce270ae2b5a694a70b5b18c (diff) |
Convert USE_FUSE macros into USES feature.7-eol
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
Notes
Notes:
svn path=/head/; revision=313527
svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
Diffstat (limited to 'security')
-rw-r--r-- | security/truecrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/truecrypt/Makefile b/security/truecrypt/Makefile index 842f9d75ba17..a4e4aec09884 100644 --- a/security/truecrypt/Makefile +++ b/security/truecrypt/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo WRKSRC= ${WRKDIR}/truecrypt-${PORTVERSION}-source -USE_FUSE= yes +USES= fuse USE_GMAKE= yes USE_ICONV= yes RESTRICTED= Downloading requires acceptance of license agreement |