24c24 < CONFLICTS= bind9*-9.[45789].* bind9-sdb-* host-* bind-tools-9.* --- > CONFLICTS= bind9*-9.[45789].* bind9*-sdb-9.[45789].* bind-tools-9.* 27a28 > FIXED_RRSET \ 32a34 > SSL_DESC= Building without OpenSSL removes DNSSEC 37a40,42 > IPV6_DESC= IPv6 Support (autodetected by default) > THREADS_DESC= Compile with thread support > FIXED_RRSET_DESC= Enable fixed rrset ordering 46,48d50 < # Just in case < USE_OPENSSL= yes < 56a59 > USE_OPENSSL= yes 93a97,106 > .if ${PORT_OPTIONS:MTHREADS} > CONFIGURE_ARGS+= --enable-threads > .else > CONFIGURE_ARGS+= --disable-threads > .endif > > .if ${PORT_OPTIONS:MFIXED_RRSET} > CONFIGURE_ARGS+= --enable-fixed-rrset > .endif > 101a115,118 > .if ${PORT_OPTIONS:MTHREADS} > @${ECHO_CMD} "Incompatible options: DLZ_MYSQL and THREADS" > @${FALSE} > .endif 122,127d138 < .if ${PORT_OPTIONS:MTHREADS} && empty(PORT_OPTIONS:MDLZ_MYSQL) < CONFIGURE_ARGS+= --enable-threads < .else < CONFIGURE_ARGS+= --disable-threads < .endif <