diff options
author | mat <mat@FreeBSD.org> | 2017-03-15 22:45:54 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:01:22 +0800 |
commit | 3336934d77e6800917a823dedc9ab164eb4b8417 (patch) | |
tree | 7a614e21a382d586b012af5fbd7b8ec043f879e3 /mail/bincimap | |
parent | 4199d4a52ddeb553424b9330d1f93a024916697a (diff) | |
download | freebsd-ports-gnome-3336934d77e6800917a823dedc9ab164eb4b8417.tar.gz freebsd-ports-gnome-3336934d77e6800917a823dedc9ab164eb4b8417.tar.zst freebsd-ports-gnome-3336934d77e6800917a823dedc9ab164eb4b8417.zip |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight
Diffstat (limited to 'mail/bincimap')
-rw-r--r-- | mail/bincimap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/bincimap/Makefile b/mail/bincimap/Makefile index 3d59d4074d9c..d114b8a1d4ed 100644 --- a/mail/bincimap/Makefile +++ b/mail/bincimap/Makefile @@ -30,7 +30,7 @@ CONTRIB= contrib/README contrib/authenticators/bincimap-auth-teapop.sh OPTIONS_DEFINE= DOCS EXAMPLES OPENSSL OPTIONS_DEFAULT= OPENSSL -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl OPENSSL_CONFIGURE_OFF= --without-ssl post-install: |