1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix OPTIONS and add missing USES=readline for READLINE

Detected by:	ucl manifest
This commit is contained in:
Antoine Brodin 2014-07-31 09:27:24 +00:00
parent 1aedb04602
commit 5e3e8c7cda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363537

View File

@ -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