diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-01-26 10:55:28 +0800 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-01-26 10:55:28 +0800 |
commit | 3e04cedb8e0fcd85056fb85f2841ef354b7bfc0a (patch) | |
tree | 61e26f1ff369d7e8bd9dc538cdcbe7e401978502 | |
parent | 197e6c76447acd53ac2928bbfc3a829bb03cec79 (diff) | |
download | freebsd-ports-gnome-3e04cedb8e0fcd85056fb85f2841ef354b7bfc0a.tar.gz freebsd-ports-gnome-3e04cedb8e0fcd85056fb85f2841ef354b7bfc0a.tar.zst freebsd-ports-gnome-3e04cedb8e0fcd85056fb85f2841ef354b7bfc0a.zip |
Fix typo (FAAD option should be FAAC).
Submitted by: Paul Sherren <paul.sherren@gmail.com> on ports@
-rw-r--r-- | audio/darkice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 31b2de63459c..81353258ecf3 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -17,7 +17,7 @@ COMMENT= An IceCast, IceCast2 and ShoutCast live audio streamer OPTIONS= VORBIS "Ogg Vorbis support" on \ LAME "LAME support for MP3" off \ - FAAD "FAAC support for AAC" off \ + FAAC "FAAC support for AAC" off \ JACK "Jack support" off USE_REINPLACE= yes |