diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2010-02-02 15:34:31 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2010-02-02 15:34:31 +0000 |
commit | 28d4421e7ed1f385937b02d25dfa899eb6cbe44b (patch) | |
tree | ed99caa6007c4e8bfc90008a2619b1c8eedc4a64 /dns | |
parent | 731dca8b56f0a0d6ab36fb73dd433c5376f6de9c (diff) | |
download | ports-28d4421e7ed1f385937b02d25dfa899eb6cbe44b.tar.gz ports-28d4421e7ed1f385937b02d25dfa899eb6cbe44b.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 5cf35703b851..27ad8cb06130 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -52,8 +52,8 @@ PYTHON= "@comment " .include <bsd.port.pre.mk> -# broken OpenSSL on 6.4 -.if ${OSVERSION} >= 604000 && ${OSVERSION} < 700000 +# OpenSSL on 6.x has no sha256 functions +.if ${OSVERSION} < 700000 CONFIGURE_ARGS+= --disable-sha2 .endif |