diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-11-09 07:48:14 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-11-09 07:48:14 +0000 |
commit | ebf1f4d8f062b1b064d2ed10a2c9e1074770f575 (patch) | |
tree | 7768f1b09640decb8190508dcc5bb42d8e4aea57 /audio/audacity/Makefile | |
parent | c6ff878a307ab94aea7e51d23e7a805860a55774 (diff) |
Notes
Diffstat (limited to 'audio/audacity/Makefile')
-rw-r--r-- | audio/audacity/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 236b45eaf94b..3c58d1ce0514 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -3,6 +3,7 @@ PORTNAME= audacity PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE \ SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -28,8 +29,8 @@ PORTDOCS= README.txt OPTIONS_DEFINE= DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME MAD MIDI NYQUIST \ PORTMIXER SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS -OPTIONS_RADIO= SAMPLERATED -OPTIONS_RADIO_SAMPLERATED= SAMPLERATE SOXR +OPTIONS_SINGLE= SAMPLERATED +OPTIONS_SINGLE_SAMPLERATED= SAMPLERATE SOXR OPTIONS_DEFAULT= FFMPEG FLAC ID3TAG LADSPA MAD MIDI NYQUIST \ PORTMIXER SBSMS SOUNDTOUCH SOXR TWOLAME VAMP VORBIS |