aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2012-03-06 14:13:53 +0800
committerbf <bf@FreeBSD.org>2012-03-06 14:13:53 +0800
commit8fbe72f41717c967a5ea59800a73e5e3982f2151 (patch)
treece49dbba9c38f3763701e28d423c71d4505cab99
parent012115e68c2fc40069cacf8fa5ee985372c32679 (diff)
downloadfreebsd-ports-gnome-8fbe72f41717c967a5ea59800a73e5e3982f2151.tar.gz
freebsd-ports-gnome-8fbe72f41717c967a5ea59800a73e5e3982f2151.tar.zst
freebsd-ports-gnome-8fbe72f41717c967a5ea59800a73e5e3982f2151.zip
fix the build by adjusting LIB_DEPENDS after changes to
audio/libsamplerate Reported by: pav
-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