diff options
author | bsam <bsam@FreeBSD.org> | 2013-09-02 03:51:52 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-09-02 03:51:52 +0800 |
commit | 1cb6f71078defa2e4b666b8ddc33343ceab130b3 (patch) | |
tree | 26988e578b5efcac351835a440dfb72a6de19e65 /irc/epic5 | |
parent | 35bb74c6281493c3ac3d646e0b10150602f7b0c7 (diff) | |
download | freebsd-ports-gnome-1cb6f71078defa2e4b666b8ddc33343ceab130b3.tar.gz freebsd-ports-gnome-1cb6f71078defa2e4b666b8ddc33343ceab130b3.tar.zst freebsd-ports-gnome-1cb6f71078defa2e4b666b8ddc33343ceab130b3.zip |
Adopt USES+=iconv.
Approved by: maintainers (by e-mail)
Diffstat (limited to 'irc/epic5')
-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 |