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/bind99 | |
parent | 1cb1c857396e590b1a5257b717f95d85f26b24dd (diff) | |
download | freebsd-ports-8301c5d5e3321e18725499ca88e64fbd634deb3b.zip |
Convert to USES=ssl.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |