Mark some ports as not openssl-devel ready.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold
2016-11-29 18:46:21 +00:00
parent 86cfbd0ce0
commit 703ff6d361
55 changed files with 331 additions and 37 deletions

View File

@@ -129,4 +129,10 @@ post-install:
for i in ${STAGEDIR}${PREFIX}/lib/python${PYTHON_VER}/lib-dynload/*.so; do \
${STRIP_CMD} $$i; done # Strip shared extensions
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.endif
.include <bsd.port.post.mk>