diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-12-10 08:08:44 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-12-10 08:08:44 +0800 |
commit | 3519928278ba3c49cc9fc2e30797d626457a3105 (patch) | |
tree | 0b09e2ea307f23386159c4f346f17fd03b4bcb45 /audio/xmms2 | |
parent | d361244b4e815b3c3baba5d6fe1ec46634415736 (diff) | |
download | freebsd-ports-gnome-3519928278ba3c49cc9fc2e30797d626457a3105.tar.gz freebsd-ports-gnome-3519928278ba3c49cc9fc2e30797d626457a3105.tar.zst freebsd-ports-gnome-3519928278ba3c49cc9fc2e30797d626457a3105.zip |
- Add forgotten libsamplerate dependency for new phase vocoder plugin
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 |