summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-12-05 16:13:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-12-05 16:13:16 +0000
commit02cf7818cf1bf53264276a9c6e1309ef4cd1accd (patch)
tree5c02a87e26369f2815df312bae60f45eff0ae6f8 /lang
parentFix plist and distfiles. (diff)
Note that it does not build with openssl-devel.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=427905
Diffstat (limited to 'lang')
-rw-r--r--lang/erlang/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 165c30f92e98..b3fddac1e325 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -284,4 +284,10 @@ post-install:
| ${SORT} \
>> ${TMPPLIST}
-.include <bsd.port.mk>
+.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>