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 | |
parent | 1cb1c857396e590b1a5257b717f95d85f26b24dd (diff) | |
download | freebsd-ports-8301c5d5e3321e18725499ca88e64fbd634deb3b.zip |
Convert to USES=ssl.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/bind910/Makefile | 2 | ||||
-rw-r--r-- | dns/bind99/Makefile | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 8c27bf2f0aff..a36670d545f2 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -127,7 +127,7 @@ CONFLICTS+= bind-tools-9.* .endif # BIND_TOOLS_SLAVE SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} -SSL_USE= openssl=yes +SSL_USES= ssl SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl NEWSTATS_CONFIGURE_ENABLE= newstats diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 8832db3906c7..c5ea32e0a502 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -92,7 +92,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 NEWSTATS_CONFIGURE_ENABLE= newstats |