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-devel | |
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-devel')
-rw-r--r-- | mail/opensmtpd-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |