aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey170
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-07-31 09:27:24 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-07-31 09:27:24 +0000
commit5e3e8c7cda7614591ecabb48b61a6ad69d29cd6f (patch)
tree9dada7c99b4c649d44ffb8a7bb39bec5243aab06 /lang/spidermonkey170
parent1aedb04602293097efc1a1c659fe8bfd938bb247 (diff)
downloadports-5e3e8c7cda7614591ecabb48b61a6ad69d29cd6f.tar.gz
ports-5e3e8c7cda7614591ecabb48b61a6ad69d29cd6f.zip
Notes
Diffstat (limited to 'lang/spidermonkey170')
-rw-r--r--lang/spidermonkey170/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/spidermonkey170/Makefile b/lang/spidermonkey170/Makefile
index e3e809d06780..1019605ef70d 100644
--- a/lang/spidermonkey170/Makefile
+++ b/lang/spidermonkey170/Makefile
@@ -3,6 +3,7 @@
PORTNAME= spidermonkey170
PORTVERSION= 17.0.0
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= js
@@ -28,7 +29,7 @@ CONFIGURE_ARGS= --with-pthreads \
--with-system-nspr
OPTIONS_DEFINE= DEBUG GCZEAL JEMALLOC METHODJIT OPTIMIZE READLINE \
- THREADSAFE TRACEJIT UTF8 \
+ THREADSAFE TRACEJIT UTF8
OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT
DEBUG_DESC= Enable Debug build
@@ -44,6 +45,7 @@ OPTIMIZE_DESC= Enable compiler optimizations
OPTIMIZE_CONFIGURE_ENABLE= optimize
READLINE_DESC= Link js shell to system readline library
READLINE_CONFIGURE_ENABLE= readline
+READLINE_USES= readline
THREADSAFE_DESC= Enable multiple thread support
THREADSAFE_CONFIGURE_ENABLE= threadsafe
TRACEJIT_DESC= Enable tracing JIT support