From a9fb43731f13f4ddbe4e900c6673e591c40399db Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 29 Nov 2016 18:46:21 +0000 Subject: Mark some ports as not openssl-devel ready. Sponsored by: Absolight --- irc/bitchx/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'irc/bitchx/Makefile') diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 352930985d6a..52ebd2a65436 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -74,4 +74,10 @@ post-patch: cd ${WRKSRC}/bitchx-docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .endif -.include +.include + +.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + +.include -- cgit