1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Fix typo in OPTIONs

Approved by:	linimon (mentor)
This commit is contained in:
Josh Paetzel 2009-04-25 01:44:06 +00:00
parent 4390c6843f
commit 43af852653
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232701

View File

@ -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>