aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-03-06 06:13:53 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-03-06 06:13:53 +0000
commit611779909ba98697123239aff37b5e59c24ba2f8 (patch)
tree973bf7a8865688db1139355b12b95cc5bd3c2611 /audio
parent3f3d742d8128012d6dcea5064c3a83aee1f1cb26 (diff)
downloadports-611779909ba98697123239aff37b5e59c24ba2f8.tar.gz
ports-611779909ba98697123239aff37b5e59c24ba2f8.zip
fix the build by adjusting LIB_DEPENDS after changes to
audio/libsamplerate Reported by: pav
Notes
Notes: svn path=/head/; revision=292804
Diffstat (limited to 'audio')
-rw-r--r--audio/aubio/Makefile3
-rw-r--r--audio/liblastfm/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile
index a4c670b1417a..a9f2c3172250 100644
--- a/audio/aubio/Makefile
+++ b/audio/aubio/Makefile
@@ -7,7 +7,7 @@
PORTNAME= aubio
PORTVERSION= 0.3.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://aubio.org/pub/
@@ -17,6 +17,7 @@ COMMENT= Library for audio labelling
LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
sndfile.1:${PORTSDIR}/audio/libsndfile \
jack.0:${PORTSDIR}/audio/jack \
+ fftw3:${PORTSDIR}/math/fftw3 \
fftw3f:${PORTSDIR}/math/fftw3-float \
lash.2:${PORTSDIR}/audio/lash
diff --git a/audio/liblastfm/Makefile b/audio/liblastfm/Makefile
index 54a65c7ba893..a775b308ab56 100644
--- a/audio/liblastfm/Makefile
+++ b/audio/liblastfm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= liblastfm
PORTVERSION= 0.3.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= swills
@@ -17,6 +17,7 @@ MAINTAINER= datahead4@gmail.com
COMMENT= Collection of libraries to help integrate Last.fm services
LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
+ fftw3:${PORTSDIR}/math/fftw3 \
fftw3f:${PORTSDIR}/math/fftw3-float
USE_RUBY= yes