diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2021-10-03 13:42:24 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2021-10-08 15:04:16 +0000 |
commit | 891044fd844759b9d0adf2a7f3329bb1e2e38ac4 (patch) | |
tree | c48e851a4bb718bae0359001a78a193b896c3325 | |
parent | 159db39c4999819c7c9560a60c4ee2316b53f057 (diff) | |
download | ports-891044fd844759b9d0adf2a7f3329bb1e2e38ac4.tar.gz ports-891044fd844759b9d0adf2a7f3329bb1e2e38ac4.zip |
security/stunnel: Mark BROKEN with libressl
-rw-r--r-- | security/stunnel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 764412548e5c..3d8f6be1cf3b 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -26,6 +26,9 @@ COMMENT= SSL encryption wrapper for standard network daemons LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +BROKEN_SSL= libressl libressl-devel +BROKEN_SSL_REASON= Missing upstream support + USES= cpe libtool perl5 shebangfix ssl USE_PERL5= build USE_LDCONFIG= yes |