diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-26 23:58:36 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-26 23:58:36 +0000 |
commit | 3c160acde6682f9bfb0e55e82a6097fee5c8bb5e (patch) | |
tree | d21ee0a443ba834831bfac3e9093734838f47f2d /audio/audacity | |
parent | ae3b4c10e803242362e2c8d983eae1f0e3d43f03 (diff) |
Notes
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |