diff options
author | marino <marino@FreeBSD.org> | 2015-03-27 04:55:01 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-27 04:55:01 +0800 |
commit | f713b44f75798d0b039fbac252d6d2242bda77e6 (patch) | |
tree | a2071b9c0748edb8786234d92b3c64891cc2fed7 /lang/erlang-runtime16 | |
parent | cc8b9cb145895d1c6c7b22fe63af4d1088cce6ea (diff) | |
download | freebsd-ports-gnome-f713b44f75798d0b039fbac252d6d2242bda77e6.tar.gz freebsd-ports-gnome-f713b44f75798d0b039fbac252d6d2242bda77e6.tar.zst freebsd-ports-gnome-f713b44f75798d0b039fbac252d6d2242bda77e6.zip |
lang/erlang* : Use OPTIONS_EXCLUDE_DragonFly to block SCTP option
DragonFly no longer has SCPT in base and when it did, it was ancient.
Approved by: DragonFly blanket
Diffstat (limited to 'lang/erlang-runtime16')
-rw-r--r-- | lang/erlang-runtime16/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index a48ee238fcaf..6a334f13eb84 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/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/} |