diff --git a/net-dns/getdns/getdns-1.4.2.ebuild b/net-dns/getdns/getdns-1.4.2.ebuild index c0978a76f0617..de86ca0dce7a0 100644 --- a/net-dns/getdns/getdns-1.4.2.ebuild +++ b/net-dns/getdns/getdns-1.4.2.ebuild @@ -43,7 +43,7 @@ src_configure() { $(use_with libevent) \ $(use_with libev) \ $(use_with libuv) \ - $(use_with threads libpthread) + $(use_with threads libpthread) \ $(use_enable static-libs static) }