diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:54 +0000 |
commit | e51bbb58a4c6768d011c6b5ec5e74fd757f85e57 (patch) | |
tree | 1854068f339c180ccfac6a1304765861eb2e85fc /mail/qmail | |
parent | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (diff) | |
download | ports-e51bbb58a4c6768d011c6b5ec5e74fd757f85e57.tar.gz ports-e51bbb58a4c6768d011c6b5ec5e74fd757f85e57.zip |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=436248
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 557734ed0604..538f12e7fd4e 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -377,7 +377,7 @@ CONFIGUREPROGRAMS= dnsfq hostname dnsip ipmeprint dnsptr CONFIGURESCRIPTS= config config-fast .if defined(SLAVE_LDAP) -TLS_USE= OPENSSL=yes +TLS_USES= ssl .endif # Port will control all PREFIX handling. |