summaryrefslogtreecommitdiff
path: root/textproc/htmldoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/htmldoc/Makefile')
-rw-r--r--textproc/htmldoc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile
index 737949b498ac..efe94bbf8f5e 100644
--- a/textproc/htmldoc/Makefile
+++ b/textproc/htmldoc/Makefile
@@ -59,4 +59,10 @@ post-configure:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/htmldoc
-.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>