diff options
author | lippe <lippe@FreeBSD.org> | 2009-02-22 06:04:02 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2009-02-22 06:04:02 +0800 |
commit | 71de0c5955404f9361e2dfa1befd5d4d6a8355a8 (patch) | |
tree | a98e479552219fcc9bf905c7c612c11e10f63a2f /audio/audacity-devel | |
parent | 46154b2f8a9957f7a635e431e6bd01eb26f5ec37 (diff) | |
download | freebsd-ports-gnome-71de0c5955404f9361e2dfa1befd5d4d6a8355a8.tar.gz freebsd-ports-gnome-71de0c5955404f9361e2dfa1befd5d4d6a8355a8.tar.zst freebsd-ports-gnome-71de0c5955404f9361e2dfa1befd5d4d6a8355a8.zip |
- Fix typo on Makefile.
PR: 131923
Submitted by: Jack <xxjack12xx@gmail.com> (maintainer)
Diffstat (limited to 'audio/audacity-devel')
-rw-r--r-- | audio/audacity-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacity-devel/Makefile b/audio/audacity-devel/Makefile index 67d086209c30..7f7e0f127268 100644 --- a/audio/audacity-devel/Makefile +++ b/audio/audacity-devel/Makefile @@ -38,7 +38,7 @@ OPTIONS= VORBIS "Use libvorbis for Ogg Vorbis support" on \ FLAC "Use libFLAC for FLAC support" on \ ID3TAG "Use libid3tag for mp3 id3 tag support" on \ SBSMS "Use libsbsms for pitch and tempo changing" on \ - SOUNDTOUCH "Use libsbsms for pitch and tempo changing" on\ + SOUNDTOUCH "Use libSoundTouch for pitch and tempo changing" on\ TWOLAME "Use libtwolame for MP2 export support" on \ FFMPEG "Use ffmpeg for import and export support" on \ MIDI "Use portSMF for Midi support" on |