diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-17 12:00:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-17 12:00:13 +0000 |
commit | 0e069fd8e5ab70164ec836d8bc7fb1380caa3755 (patch) | |
tree | 5ef7b713c0033328a06d507af960ccd2f481c941 /lang | |
parent | f735bafc1643f154bf997743b24d227f6c8d2ed0 (diff) | |
download | ports-0e069fd8e5ab70164ec836d8bc7fb1380caa3755.tar.gz ports-0e069fd8e5ab70164ec836d8bc7fb1380caa3755.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang-runtime19/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/erlang-runtime19/Makefile b/lang/erlang-runtime19/Makefile index f44f344855f4..a17707ad14d4 100644 --- a/lang/erlang-runtime19/Makefile +++ b/lang/erlang-runtime19/Makefile @@ -63,6 +63,8 @@ OPTIONS_EXCLUDE_i386= DTRACE # ld(1) fails to link probes: missing __dtrace_erlang___* symbols OPTIONS_EXCLUDE_aarch64= DTRACE +OPENSSL_VARS= BROKEN_SSL=openssl-devel + ERL_RELEASE= 19.3 USES= gmake ncurses perl5 @@ -255,10 +257,4 @@ post-install: | ${SORT} \ >> ${TMPPLIST} -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |