diff options
Diffstat (limited to 'irc/epic5')
-rw-r--r-- | irc/epic5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 1b348374dc50..ba8ca2fd6ad7 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -29,6 +29,9 @@ OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCAP DOCS RUBY OPTIONS_DEFAULT= TCL PERL SSL RUBY TERMCAP_DESC= Refuse to use terminfo/ncurses +CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX} +USES= iconv + .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MIPV6} @@ -63,9 +66,6 @@ CONFIGURE_ARGS+= --without-ruby CONFIGURE_ARGS+= --with-termcap .endif -CONFIGURE_ARGS+= --with-iconv=${LOCALBASE} -USES= iconv - post-extract: @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf |