aboutsummaryrefslogtreecommitdiff
path: root/www/lynx
diff options
context:
space:
mode:
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 11a5983fa671..11e13d3a3272 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -62,4 +62,10 @@ post-install-DOCS-on:
(cd ${STAGEDIR}${L_HELP} && ln -sf ../doc/lynx/${doc} .)
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel}
+BROKEN= Does not build with openssl-devel
+.endif
+
+.include <bsd.port.post.mk>