diff options
author | fluffy <fluffy@FreeBSD.org> | 2016-12-07 23:34:35 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2016-12-07 23:34:35 +0800 |
commit | fe4ee6e2e272193a3508e0d938087bd47291a29a (patch) | |
tree | 564eb1202e7993ab41dd1b8734e2e7f7d83764a9 /mail/opensmtpd | |
parent | f16c6bf3658e3a9c41f479b5b9d5ad0043bdc0eb (diff) | |
download | freebsd-ports-gnome-fe4ee6e2e272193a3508e0d938087bd47291a29a.tar.gz freebsd-ports-gnome-fe4ee6e2e272193a3508e0d938087bd47291a29a.tar.zst freebsd-ports-gnome-fe4ee6e2e272193a3508e0d938087bd47291a29a.zip |
- Get rid of USE_OPENSSL, switch to USES= ssl
Diffstat (limited to 'mail/opensmtpd')
-rw-r--r-- | mail/opensmtpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index c9e5a55f854e..348a99bfc25f 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -27,8 +27,7 @@ MAILERCONF_DESC= Activate OpenSMTPD in mailer.conf(5) SSL_PORT_DESC= SSL/TLS support via OpenSSL/LibreSSL from port TABLE_DB_DESC= Build table-db plugin (aliases) -USES= cpe libtool -USE_OPENSSL= yes +USES= cpe libtool ssl GNU_CONFIGURE= yes CPE_VENDOR= openbsd |