1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

fix the build by adjusting LIB_DEPENDS after changes to

audio/libsamplerate

Reported by:	pav
This commit is contained in:
Brendan Fabeny 2012-03-06 06:13:53 +00:00
parent 3f3d742d81
commit 611779909b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292804
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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