diff --git a/net/unbound/Portfile b/net/unbound/Portfile
index 4bba2848a7..e5702a9189 100644
a
|
b
|
|
1 | 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
| 4 | PortGroup compiler_blacklist_versions 1.0 |
4 | 5 | |
5 | 6 | name unbound |
6 | 7 | version 1.6.3 |
… |
… |
configure.args-append --with-pidfile=${prefix}/var/run/${name}/${name}.pid \ |
37 | 38 | --with-rootkey-file=${prefix}/etc/${name}/root.key |
38 | 39 | |
39 | 40 | if {${os.major} == 10} { |
40 | | configure.compiler macports-clang-3.4 |
| 41 | compiler.blacklist *llvm-gcc-4.2 *gcc-4.0 gcc-3.3 clang |
41 | 42 | } |
42 | 43 | |
43 | 44 | variant libevent description {Build with libevent (slower, but allows use of large outgoing port ranges)} { |