Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2013 01:47:15 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327846 - head/lang/v8
Message-ID:  <201309220147.r8M1lFmt022963@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Sun Sep 22 01:47:15 2013
New Revision: 327846
URL: http://svnweb.freebsd.org/changeset/ports/327846

Log:
  Switch to USES framework.

Modified:
  head/lang/v8/Makefile

Modified: head/lang/v8/Makefile
==============================================================================
--- head/lang/v8/Makefile	Sun Sep 22 00:39:22 2013	(r327845)
+++ head/lang/v8/Makefile	Sun Sep 22 01:47:15 2013	(r327846)
@@ -11,7 +11,7 @@ COMMENT=	Google\'s open source JavaScrip
 
 LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_XZ=		yes
 USE_PYTHON=	2.6+
 USE_LDCONFIG=	yes



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