aboutsummaryrefslogtreecommitdiff
path: root/www/blastbeat/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 09:36:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 09:36:28 +0000
commitfb54be7065cbbfdf26f8bb4c7b5836769a200d6d (patch)
treeefa7ea4ffc4d499fb791ac7cd0303bb5fe7d22ea /www/blastbeat/Makefile
parent7d89cd821ea18eececdb9e8db77a54aade5b3c49 (diff)
downloadports-fb54be7065cbbfdf26f8bb4c7b5836769a200d6d.tar.gz
ports-fb54be7065cbbfdf26f8bb4c7b5836769a200d6d.zip
Notes
Diffstat (limited to 'www/blastbeat/Makefile')
-rw-r--r--www/blastbeat/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/blastbeat/Makefile b/www/blastbeat/Makefile
index 1f00d9e8e399..a4c46e99095c 100644
--- a/www/blastbeat/Makefile
+++ b/www/blastbeat/Makefile
@@ -34,6 +34,11 @@ OPTIONS_DEFINE= EXAMPLES
.include <bsd.port.options.mk>
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_st'
+BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_st'
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${ETCDIR} && \