diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-14 05:47:07 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-14 05:47:07 +0800 |
commit | 1e22e3dd2f8b06329e9d626a890ea32fcd46e0d0 (patch) | |
tree | 8bf777b46c240a5fe613fe67f461c482b5658ccc /audio/amarok | |
parent | 4c3a87e4ddc54558195c4508da3be7f322c66ac1 (diff) | |
download | freebsd-ports-gnome-1e22e3dd2f8b06329e9d626a890ea32fcd46e0d0.tar.gz freebsd-ports-gnome-1e22e3dd2f8b06329e9d626a890ea32fcd46e0d0.tar.zst freebsd-ports-gnome-1e22e3dd2f8b06329e9d626a890ea32fcd46e0d0.zip |
Don't depend on faad, since it's marked NO_CDROM.
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 6a5fb50c200f..8055da35207f 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -47,7 +47,7 @@ PLIST_SUB+= ARTS="" CONFIGURE_ARGS+=--without-gstreamer PLIST_SUB+= GSTREAMER="@comment " .else -USE_GSTREAMER+= mad vorbis faad flac musepack artsd +USE_GSTREAMER+= mad vorbis flac musepack artsd PLIST_SUB+= GSTREAMER="" .endif |