From 1cb6f71078defa2e4b666b8ddc33343ceab130b3 Mon Sep 17 00:00:00 2001 From: bsam Date: Sun, 1 Sep 2013 19:51:52 +0000 Subject: Adopt USES+=iconv. Approved by: maintainers (by e-mail) --- irc/epic5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc/epic5') diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index f5792214e641..1b348374dc50 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --with-termcap .endif CONFIGURE_ARGS+= --with-iconv=${LOCALBASE} -LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv +USES= iconv post-extract: @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf -- cgit