Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 12:58:38 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353815 - head/security/truecrypt
Message-ID:  <201405121258.s4CCwcB2022249@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405121258.s4CCwcB2022249>