diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-03 19:56:35 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-04 03:44:27 +0200 |
commit | d928d6fc23618be9ef1f3785d9c7dad41358639d (patch) | |
tree | 88f446a111008c3aed0c97f65af1e96fc69d00fa /irc | |
parent | e7fee1d3a961ce068f97ca31cc9d6a6f9b096b3e (diff) | |
download | freebsd-ports-d928d6fc23618be9ef1f3785d9c7dad41358639d.zip |
irc/iroffer-dinoex: Mark BROKEN_SSL
- Fails to detect crypt.h fro OpenSSL 3.0.0 and later
Approved by: portmgr (blanket)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/iroffer-dinoex/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index 08b7766233a4..710f10362b84 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -12,6 +12,9 @@ WWW= https://iroffer.net/ LICENSE= GPLv2 +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to detect crypt.h from OpenSSL 3.0.0 and later + CONFLICTS= iroffer-1* iroffer-lamm-1.* USES= ssl |