diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /mail/mutt14 | |
parent | Fix numerous style issues, sort the knobs, kill EOL whitespace. (diff) |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=436247
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 72271c7f3fd0..58a74ae7b666 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -43,7 +43,7 @@ MUTT_XFACE_DESC= Adds mutt X-Face support MUTT_FLOCK_DESC= Use flock() for file locks MUTT_ICONV_DESC= Enable mutt's iconv character conversion feature -USE_OPENSSL= yes +USES+= ssl .if defined (MUTT_LITE) PKGNAMESUFFIX= 14-lite |