diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-26 20:55:01 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-26 20:55:01 +0000 |
commit | bd572fa8f6c28ecaf33eca2f8d01054f28f1648f (patch) | |
tree | a2071b9c0748edb8786234d92b3c64891cc2fed7 /lang/erlang-runtime15 | |
parent | 1bba72dde45e8171c64c664affb970b77bc4ad4a (diff) |
Notes
Diffstat (limited to 'lang/erlang-runtime15')
-rw-r--r-- | lang/erlang-runtime15/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/erlang-runtime15/Makefile b/lang/erlang-runtime15/Makefile index 4a483902f5fc..7c3b5ea2145d 100644 --- a/lang/erlang-runtime15/Makefile +++ b/lang/erlang-runtime15/Makefile @@ -41,6 +41,7 @@ GS_DESC= Enable GS application (deprecated) DTRACE_DESC= Enable DTrace support OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS +OPTIONS_EXCLUDE_DragonFly= SCTP ERL_RELEASE= R${PORTVERSION:S/.//g:tu:S/1$/-1/} |