aboutsummaryrefslogtreecommitdiff
path: root/irc/epic5
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2009-04-25 01:44:06 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2009-04-25 01:44:06 +0000
commit43af85265336796e88ece6702ed6e7b72c51632d (patch)
tree9403e42f12d3b2cad2be5308ec91b900fffd229e /irc/epic5
parent4390c6843fd2f4239e7fa0fb13b91b30dd04ada8 (diff)
downloadports-43af85265336796e88ece6702ed6e7b72c51632d.tar.gz
ports-43af85265336796e88ece6702ed6e7b72c51632d.zip
Fix typo in OPTIONs
Approved by: linimon (mentor)
Notes
Notes: svn path=/head/; revision=232701
Diffstat (limited to 'irc/epic5')
-rw-r--r--irc/epic5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index 5a2fdb5fdb91..5635dba85158 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -30,7 +30,7 @@ OPTIONS= IPV6 "IPv6 support" on \
TCL "TCL support" on \
PERL "Perl scripting support" on \
RUBY "Ruby scripting support" on \
- TERMCAP "Refure to use terminfo/ncurses" off \
+ TERMCAP "Refuse to use terminfo/ncurses" off \
ICONV "Enable experimental iconv support" off
.include <bsd.port.pre.mk>