diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-31 17:27:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-31 17:27:24 +0800 |
commit | 51597aca02150a7d9b9e968c7471f1ac6dcd6108 (patch) | |
tree | 9dada7c99b4c649d44ffb8a7bb39bec5243aab06 /lang/spidermonkey170 | |
parent | 6de749f0fcd30033dd541c25bfe27fb460439d98 (diff) | |
download | freebsd-ports-gnome-51597aca02150a7d9b9e968c7471f1ac6dcd6108.tar.gz freebsd-ports-gnome-51597aca02150a7d9b9e968c7471f1ac6dcd6108.tar.zst freebsd-ports-gnome-51597aca02150a7d9b9e968c7471f1ac6dcd6108.zip |
Fix OPTIONS and add missing USES=readline for READLINE
Detected by: ucl manifest
Diffstat (limited to 'lang/spidermonkey170')
-rw-r--r-- | lang/spidermonkey170/Makefile | 4 |
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 |