diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-12-10 00:08:44 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-12-10 00:08:44 +0000 |
commit | 77d23806adbe88a436aeac0f71c0780856db19fb (patch) | |
tree | 24f6f92fe701dbba3e65907ef49bf62aed04b9af /audio/xmms2 | |
parent | d6a4972c79d3bc00c9f9b03b7d86f808b44ee3df (diff) | |
download | ports-77d23806adbe88a436aeac0f71c0780856db19fb.tar.gz ports-77d23806adbe88a436aeac0f71c0780856db19fb.zip |
Notes
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index ff2f3e5dad12..69e9a283f9f2 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -247,6 +247,7 @@ PLIST_SUB+= MDNS_APPLE="@comment " .if defined(WITH_VOCODER) LIB_DEPENDS+= fftw3f.4:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate PLIST_SUB+= VOCODER="" .else EXCLUDE+= vocoder |