diff options
Diffstat (limited to 'news/tin/Makefile')
-rw-r--r-- | news/tin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 89034ed01608..552b8cc8fc87 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -49,7 +49,7 @@ CONFIGURE_ARGS+=--with-nntp-default-server=news \ --with-pcre=yes \ --with-screen=${TIN_SCREEN} \ --enable-break-long-lines \ - --with-libiconv-prefix=${LOCALBASE} \ + ${ICONV_CONFIGURE_ARG} \ --with-mime-default-charset=US-ASCII \ --enable-ipv6 MAKE_ARGS+= MAKE=${GMAKE} |