diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2016-12-07 15:34:35 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2016-12-07 15:34:35 +0000 |
commit | 0e79a0f738b2cde2c4af0bb5659c0ad5912c5fee (patch) | |
tree | 564eb1202e7993ab41dd1b8734e2e7f7d83764a9 /mail | |
parent | 141fc2293d3fe5ac806345fa1790631abd2852c6 (diff) |
- Get rid of USE_OPENSSL, switch to USES= ssl
Notes
Notes:
svn path=/head/; revision=428066
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opensmtpd-devel/Makefile | 3 | ||||
-rw-r--r-- | mail/opensmtpd/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile index efc7622bea52..f9c4f43ceb50 100644 --- a/mail/opensmtpd-devel/Makefile +++ b/mail/opensmtpd-devel/Makefile @@ -28,8 +28,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 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 |