summaryrefslogtreecommitdiff
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-07-04 19:51:27 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-07-04 19:51:27 +0000
commit09c8face0e5d15ea946d22c1049e9d91f92bc05a (patch)
treec76ef58061ccda6baef490b35e00212bbd782efd /multimedia/vlc
parentMark BROKEN on 7.X: does not compile with GCC 4.2 (diff)
Fix a typo, ncueses -> ncurses.
PR: ports/113621 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
Notes
Notes: svn path=/head/; revision=194944
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 4e5aa9d8b9a9..e759dc825572 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -45,7 +45,7 @@ OPTIONS+= LIVEMEDIA "Support for rstp/rtp/sdp protocols" On
OPTIONS+= MAD "Mad mp3 audio decoder support" On
OPTIONS+= MATROSKA "Matroska Container Format support" On
OPTIONS+= MPEG2 "Mpeg-2 audio/video decoder Support" On
-OPTIONS+= NCURSES "Enable ncueses (console) interface" Off
+OPTIONS+= NCURSES "Enable ncurses (console) interface" Off
OPTIONS+= OGG "Ogg audio decoder support" On
OPTIONS+= REALAUDIO "Real audio(R) support" On
OPTIONS+= SAMBA "SAMBA Access module" On