aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2006-01-26 10:55:28 +0800
committerlawrance <lawrance@FreeBSD.org>2006-01-26 10:55:28 +0800
commit50f4fd43cd9a3093e4d730b8a6d6b7cc4bedebc1 (patch)
treeaa3bc3a5f71519dca21186e104cd26d73bcc0c22
parent274946df1796fc79d1e88696278a6f9b4ccac107 (diff)
downloadfreebsd-ports-gnome-50f4fd43cd9a3093e4d730b8a6d6b7cc4bedebc1.tar.gz
freebsd-ports-gnome-50f4fd43cd9a3093e4d730b8a6d6b7cc4bedebc1.tar.zst
freebsd-ports-gnome-50f4fd43cd9a3093e4d730b8a6d6b7cc4bedebc1.zip
Fix typo (FAAD option should be FAAC).
Submitted by: Paul Sherren <paul.sherren@gmail.com> on ports@
-rw-r--r--audio/darkice/Makefile2
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