From 3e04cedb8e0fcd85056fb85f2841ef354b7bfc0a Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Thu, 26 Jan 2006 02:55:28 +0000 Subject: [PATCH] Fix typo (FAAD option should be FAAC). Submitted by: Paul Sherren on ports@ --- audio/darkice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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