summaryrefslogtreecommitdiff
path: root/audio/lmms
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-03-06 17:27:26 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-03-06 17:27:26 +0000
commit1870a876bdba6ef3a9c0eefc180988a3c443f175 (patch)
tree7efe1fff4b3b06633fe49ba7538b531af68d3db7 /audio/lmms
parent- Add TEST_DEPENDS to enable testing (diff)
fix the build by adjusting LIB_DEPENDS after changes to
audio/libsamplerate Reported by: pav
Diffstat (limited to 'audio/lmms')
-rw-r--r--audio/lmms/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile
index 2d106877eeec..e53717e8181d 100644
--- a/audio/lmms/Makefile
+++ b/audio/lmms/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lmms
PORTVERSION= 0.4.12
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= SF
@@ -23,6 +23,7 @@ LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \
samplerate.1:${PORTSDIR}/audio/libsamplerate \
sndfile.1:${PORTSDIR}/audio/libsndfile \
vorbis.4:${PORTSDIR}/audio/libvorbis \
+ fftw3:${PORTSDIR}/math/fftw3 \
fftw3f:${PORTSDIR}/math/fftw3-float
RUN_DEPENDS= ${LOCALBASE}/share/ladspa/rdf/caps.rdf:${PORTSDIR}/audio/caps-plugins \
${LOCALBASE}/lib/ladspa/cmt.so:${PORTSDIR}/audio/cmt \