diff options
Diffstat (limited to 'lang/erlang-runtime18')
-rw-r--r-- | lang/erlang-runtime18/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/erlang-runtime18/Makefile b/lang/erlang-runtime18/Makefile index c06711e4897c..a068e5563ece 100644 --- a/lang/erlang-runtime18/Makefile +++ b/lang/erlang-runtime18/Makefile @@ -34,15 +34,15 @@ MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DIRTY +DIRTY_DESC= Enable Dirty schedulers (experimental) +DTRACE_DESC= Enable DTrace support GCC_DESC= Use current GCC +GS_DESC= Enable GS application (deprecated) HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support SCTP_DESC= Enable SCTP support SMP_DESC= Enable SMP support WX_DESC= Enable WX application -GS_DESC= Enable GS application (deprecated) -DTRACE_DESC= Enable DTrace support -DIRTY_DESC= Enable Dirty schedulers (experimental) OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS OPTIONS_EXCLUDE_DragonFly= SCTP |