diff options
author | mezz <mezz@FreeBSD.org> | 2007-07-05 03:51:27 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-07-05 03:51:27 +0800 |
commit | f810c9ec385fec9452f176e52b61f8cc651e9bea (patch) | |
tree | 0efba2ca428e585cefc4f2204cb34108742a4a0d /multimedia/vlc/Makefile | |
parent | aa479c8b5026183bf3ea13184c41ab285a08510e (diff) | |
download | freebsd-ports-gnome-f810c9ec385fec9452f176e52b61f8cc651e9bea.tar.gz freebsd-ports-gnome-f810c9ec385fec9452f176e52b61f8cc651e9bea.tar.zst freebsd-ports-gnome-f810c9ec385fec9452f176e52b61f8cc651e9bea.zip |
Fix a typo, ncueses -> ncurses.
PR: ports/113621
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
Diffstat (limited to 'multimedia/vlc/Makefile')
-rw-r--r-- | multimedia/vlc/Makefile | 2 |
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 |