From 0457ee64eaaacf3dea09a815ab4d73e311a3e78c Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 30 Sep 2009 20:29:40 +0200 Subject: [PATCH] ssmtp: enhanced to build without openssl --- mail/ssmtp/ssmtp.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/ssmtp/ssmtp.conf b/mail/ssmtp/ssmtp.conf index 67cad804c..b2ac8932c 100644 --- a/mail/ssmtp/ssmtp.conf +++ b/mail/ssmtp/ssmtp.conf @@ -17,7 +17,9 @@ #!> Try `hostname --help' for more information. var_append makeinstopt ' ' 'GEN_CONFIG=true' -var_append extraconfopt ' ' '--enable-ssl' +if pkginstalled openssl; then + var_append extraconfopt ' ' '--enable-ssl' +fi var_append extraconfopt ' ' '--enable-md5auth' hook_add postmake 5 'ssmtp_install_conf'