diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2009-04-25 09:44:06 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2009-04-25 09:44:06 +0800 |
commit | ee44a2142a89ded755cb1b30096e782e8132da8c (patch) | |
tree | 8604877708d8423509f6c86dbedf5e4cbfd904bc /irc/epic5 | |
parent | b63a119df055645b6ac96cac7f2528dbddcbc718 (diff) | |
download | freebsd-ports-gnome-ee44a2142a89ded755cb1b30096e782e8132da8c.tar.gz freebsd-ports-gnome-ee44a2142a89ded755cb1b30096e782e8132da8c.tar.zst freebsd-ports-gnome-ee44a2142a89ded755cb1b30096e782e8132da8c.zip |
Fix typo in OPTIONs
Approved by: linimon (mentor)
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 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> |