svn commit: r327846 - head/lang/v8

Vanilla I. Shu vanilla at FreeBSD.org
Sun Sep 22 01:47:16 UTC 2013


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


More information about the svn-ports-head mailing list