From 6dde2a6a2cadd79a329a4bb7a4e981ee1b2c4943 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 15 Aug 2014 03:01:40 +0000 Subject: [PATCH] - Use USES=python --- lang/v8-devel/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/v8-devel/Makefile b/lang/v8-devel/Makefile index 11ec855abbbf..6467753137cc 100644 --- a/lang/v8-devel/Makefile +++ b/lang/v8-devel/Makefile @@ -22,8 +22,7 @@ ALL_TARGET= native MAKE_ARGS= library=shared use_system_icu=on MAKE_ENV= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} USE_LDCONFIG= yes -USE_PYTHON= 2 -USES= compiler cpe execinfo gmake shebangfix tar:xz +USES= compiler cpe execinfo gmake python:2 shebangfix tar:xz CPE_VENDOR= google