diff options
author | bf <bf@FreeBSD.org> | 2012-03-06 14:13:53 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-03-06 14:13:53 +0800 |
commit | 8fbe72f41717c967a5ea59800a73e5e3982f2151 (patch) | |
tree | ce49dbba9c38f3763701e28d423c71d4505cab99 /audio/liblastfm | |
parent | 012115e68c2fc40069cacf8fa5ee985372c32679 (diff) | |
download | freebsd-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
Diffstat (limited to 'audio/liblastfm')
-rw-r--r-- | audio/liblastfm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |