From 3c160acde6682f9bfb0e55e82a6097fee5c8bb5e Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Sat, 26 Oct 2013 23:58:36 +0000 Subject: [PATCH] - Remove LAME (restricted port audio/lame) from DEFAULT_OPTIONS Reported by: tijl --- audio/audacity/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 91f287c13408..801a5dd80d5e 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFINE= DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME MAD MIDI NYQUIST \ PORTMIXER SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS OPTIONS_RADIO= SAMPLERATED OPTIONS_RADIO_SAMPLERATED= RESAMPLE SAMPLERATE SOXR -OPTIONS_DEFAULT= FFMPEG FLAC ID3TAG LADSPA LAME MAD MIDI NYQUIST \ +OPTIONS_DEFAULT= FFMPEG FLAC ID3TAG LADSPA MAD MIDI NYQUIST \ PORTMIXER SBSMS SOUNDTOUCH SOXR TWOLAME VAMP VORBIS DEBUG_DESC= Enable debug support