diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-08 12:29:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-08 12:29:46 +0000 |
commit | 8301c5d5e3321e18725499ca88e64fbd634deb3b (patch) | |
tree | 39980c5f3dddf35b62ba6bb44585e8ed3dc76c0b /dns/bind9-devel | |
parent | 1cb1c857396e590b1a5257b717f95d85f26b24dd (diff) | |
download | freebsd-ports-8301c5d5e3321e18725499ca88e64fbd634deb3b.zip |
Convert to USES=ssl.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r-- | dns/bind9-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 4bae8fb803b3..5d684d667666 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -103,7 +103,7 @@ FETCHLIMIT_CONFIGURE_ENABLE= fetchlimit QUERYTRACE_CONFIGURE_ENABLE= querytrace SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} -SSL_USE= openssl=yes +SSL_USES= ssl SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl LMDB_CONFIGURE_WITH= lmdb |