svn commit: r353815 - head/security/truecrypt

Bryan Drewery bdrewery at FreeBSD.org
Mon May 12 12:58:38 UTC 2014


Author: bdrewery
Date: Mon May 12 12:58:38 2014
New Revision: 353815
URL: http://svnweb.freebsd.org/changeset/ports/353815
QAT: https://qat.redports.org/buildarchive/r353815/

Log:
  USE_GMAKE -> USES=gmake

Modified:
  head/security/truecrypt/Makefile

Modified: head/security/truecrypt/Makefile
==============================================================================
--- head/security/truecrypt/Makefile	Mon May 12 12:46:56 2014	(r353814)
+++ head/security/truecrypt/Makefile	Mon May 12 12:58:38 2014	(r353815)
@@ -23,8 +23,7 @@ RUN_DEPENDS=	sudo:${PORTSDIR}/security/s
 
 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.


More information about the svn-ports-all mailing list