diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-22 01:47:15 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-22 01:47:15 +0000 |
commit | 41d28aef1b2f5a97a12b74cb1c7dda09a0ac3958 (patch) | |
tree | a7967d4436b636188a6a22f8a47e6250b50ecbd0 /lang/v8 | |
parent | a419e4f7dcd6bc68dd585ed9c1365d0f55fc6804 (diff) |
Notes
Diffstat (limited to 'lang/v8')
-rw-r--r-- | lang/v8/Makefile | 2 |
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 |