diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2020-07-31 20:40:47 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2020-07-31 20:40:47 +0000 |
commit | 016b6df4faf62e6ffbb1bb8db66b3459c9b1c286 (patch) | |
tree | fec0679e40539462c75920f1df39cc9f10e616e5 /mail/postfix-current | |
parent | d2dcf79cd7205ca8656d2c9aaed0d5b2a8ddf36b (diff) | |
download | freebsd-ports-016b6df4faf62e6ffbb1bb8db66b3459c9b1c286.zip |
- allow build on FreeBSD 11 with openssl from ports [1]
- remove TLS_USES = ssl, since USES = ssl already defined
PR: [1] 248364
Reported by: Gerard Seiber and Michael Grimm
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 9d6f0d3d8d03..a22bb60fe7e3 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -58,8 +58,6 @@ PGSQL_USES= pgsql SASLKMIT_LIB_DEPENDS= libkrb5.so:security/krb5 SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SQLITE_USES= sqlite -TLS_USES= ssl -BROKEN_SSL= openssl BLACKLISTD_DESC= Enable blacklistd support (FreeBSD 11.0 and later only) CDB_DESC= CDB maps lookups |