aboutsummaryrefslogtreecommitdiff
path: root/security/tcpcrypt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 14:19:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 14:19:25 +0000
commit3e8d5f5cf8ea6f59435d349ecde8eb0325729b8c (patch)
tree9cb4ba011141d1fd13f0bebe8320ca5a1d9ac10a /security/tcpcrypt
parent9ebb8bf1b127290ac583ea0c4eda756aa4e180e2 (diff)
downloadports-3e8d5f5cf8ea6f59435d349ecde8eb0325729b8c.tar.gz
ports-3e8d5f5cf8ea6f59435d349ecde8eb0325729b8c.zip
Notes
Diffstat (limited to 'security/tcpcrypt')
-rw-r--r--security/tcpcrypt/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/tcpcrypt/Makefile b/security/tcpcrypt/Makefile
index be68f995ef98..296631da0bc1 100644
--- a/security/tcpcrypt/Makefile
+++ b/security/tcpcrypt/Makefile
@@ -24,4 +24,11 @@ INSTALL_TARGET= install-strip
USERS= tcpcryptd
GROUPS= tcpcryptd
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st'
+BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st'
+.endif
+
+.include <bsd.port.post.mk>