diff options
Diffstat (limited to 'www/dpsearch')
-rw-r--r-- | www/dpsearch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile index cb09e28fa448..272c75b32e2e 100644 --- a/www/dpsearch/Makefile +++ b/www/dpsearch/Makefile @@ -85,7 +85,7 @@ CONFIGURE_ARGS+= --enable-chasen .endif .if defined(WITH_DPSEARCH_IDN) -LIB_DEPEND+= idn.0:${PORTSDIR}/devel/libidn +LIB_DEPEND+= idn.16:${PORTSDIR}/devel/libidn CONFIGURE_ARGS+= --enable-idn .endif |