summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-09-22 01:47:15 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-09-22 01:47:15 +0000
commit41d28aef1b2f5a97a12b74cb1c7dda09a0ac3958 (patch)
treea7967d4436b636188a6a22f8a47e6250b50ecbd0
parent. Make set_native_priority return a (correct) value on FreeBSD, rather than (diff)
Switch to USES framework.
Notes
Notes: svn path=/head/; revision=327846
-rw-r--r--lang/v8/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile
index b7c301d9cac0..91de903423dd 100644
--- a/lang/v8/Makefile
+++ b/lang/v8/Makefile
@@ -11,7 +11,7 @@ COMMENT= Google\'s open source JavaScript engine
LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo
-USE_GMAKE= yes
+USES= gmake
USE_XZ= yes
USE_PYTHON= 2.6+
USE_LDCONFIG= yes