aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-12-06 00:13:16 +0800
committermat <mat@FreeBSD.org>2016-12-06 00:13:16 +0800
commiteed7966f2de3dce035a7424f73b03214d33bb6ff (patch)
tree5c02a87e26369f2815df312bae60f45eff0ae6f8 /lang
parent047ec7290ca1584c1950c69f1e33c7a5e80d7b67 (diff)
downloadfreebsd-ports-gnome-eed7966f2de3dce035a7424f73b03214d33bb6ff.tar.gz
freebsd-ports-gnome-eed7966f2de3dce035a7424f73b03214d33bb6ff.tar.zst
freebsd-ports-gnome-eed7966f2de3dce035a7424f73b03214d33bb6ff.zip
Note that it does not build with openssl-devel.
Sponsored by: Absolight
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>