diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-07-04 19:51:27 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-07-04 19:51:27 +0000 |
commit | 09c8face0e5d15ea946d22c1049e9d91f92bc05a (patch) | |
tree | c76ef58061ccda6baef490b35e00212bbd782efd /multimedia | |
parent | 33bcdc5d4d6b3d3e4fcfdbba2156fbe0f5233306 (diff) | |
download | ports-09c8face0e5d15ea946d22c1049e9d91f92bc05a.tar.gz ports-09c8face0e5d15ea946d22c1049e9d91f92bc05a.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 48906a4626ec..d12472f7494e 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -46,7 +46,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+= QT4 "QT4 Interface" On OPTIONS+= REALAUDIO "Real audio(R) support" On 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 |