diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-01 19:51:52 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-01 19:51:52 +0000 |
commit | b7b37b035ab9d66029d60ab528ee1ded2a58f8bd (patch) | |
tree | 26988e578b5efcac351835a440dfb72a6de19e65 /irc | |
parent | 756d54b7cf82272a392be7b8889e2e78d5322474 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |