diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-03-21 20:11:53 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-03-21 20:11:53 +0000 |
commit | b60c1119787e606ed18e445e7e375286df129121 (patch) | |
tree | bc6d390f51366b0a063c8d69595bd30c4e0430d9 /irc/epic5/Makefile | |
parent | 1f9c24e089684bd8897a1fb5ad6ca42d1170e263 (diff) |
Notes
Diffstat (limited to 'irc/epic5/Makefile')
-rw-r--r-- | irc/epic5/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 03c1423b879a..f6fdb5396f3f 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= epic5 -PORTVERSION= 1.0 +PORTVERSION= 1.1.1 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC5-PRODUCTION/ \ @@ -31,8 +31,7 @@ OPTIONS= IPV6 "IPv6 support" on \ TCL "TCL support" on \ PERL "Perl scripting support" on \ RUBY "Ruby scripting support" on \ - TERMCAP "Refuse to use terminfo/ncurses" off \ - ICONV "Enable experimental iconv support" off + TERMCAP "Refuse to use terminfo/ncurses" off .include <bsd.port.pre.mk> @@ -77,14 +76,7 @@ CONFIGURE_ARGS+= --without-ruby CONFIGURE_ARGS+= --with-termcap .endif -## WITH_ICON experimental iconv support -# -.if defined(WITH_ICONV) -LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv -CONFIGURE_ARGS+= --with-iconv -.else -CONFIGURE_ARGS+= --without-iconv -.endif +CONFIGURE_ARGS+= --with-iconv=${LOCALBASE} post-extract: @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf |