diff options
Diffstat (limited to 'dns/bind98/Makefile')
-rw-r--r-- | dns/bind98/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 5e0bfd918b73..37fdb310a51f 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -72,7 +72,8 @@ CONFIGURE_ARGS+= --without-libxml2 .endif .if ${PORT_OPTIONS:MIDN} -CONFIGURE_ARGS+= --with-idn=${LOCALBASE} --with-libiconv=${LOCALBASE} +USES+= iconv +CONFIGURE_ARGS+= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE} LIB_DEPENDS+= idnkit.1:${PORTSDIR}/dns/idnkit .else CONFIGURE_ARGS+= --without-idn |