diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-03-21 23:56:13 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-03-21 23:56:13 +0000 |
commit | d48f25272a5aa494745ac78ba5abb4e85c786495 (patch) | |
tree | ed7b0861183f5403b8a45d037fadbe0cc437384f /irc/epic5 | |
parent | 1fbbf16173136b8e6b6b48beaa999139ea4f0291 (diff) |
Commit the tested version.
Pointyhat to me
Approved by: itetcu@ (mentor)
Notes
Notes:
svn path=/head/; revision=251352
Diffstat (limited to 'irc/epic5')
-rw-r--r-- | irc/epic5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index f6fdb5396f3f..a4ca6c56c138 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -77,6 +77,7 @@ CONFIGURE_ARGS+= --with-termcap .endif CONFIGURE_ARGS+= --with-iconv=${LOCALBASE} +LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv post-extract: @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf |