diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-05-12 12:58:38 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-05-12 12:58:38 +0000 |
commit | 64ca0512ccfe7532774c31148d262562c325b1ed (patch) | |
tree | a82a49c11eea4a117c108d9702e09aa369f9a7ff | |
parent | Stagify. (diff) |
USE_GMAKE -> USES=gmake
Notes
Notes:
svn path=/head/; revision=353815
-rw-r--r-- | security/truecrypt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/truecrypt/Makefile b/security/truecrypt/Makefile index da586a121984..6c0ee63fcd1d 100644 --- a/security/truecrypt/Makefile +++ b/security/truecrypt/Makefile @@ -23,8 +23,7 @@ RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo WRKSRC= ${WRKDIR}/truecrypt-${PORTVERSION}-source -USES= fuse iconv pkgconfig -USE_GMAKE= yes +USES= fuse iconv pkgconfig gmake RESTRICTED= May not be redistributed. Must accept license to download. NO_CDROM= May not be redistributed. Must accept license to download. NO_PACKAGE= May not be redistributed. Must accept license to download. |