aboutsummaryrefslogtreecommitdiff
path: root/audio/fplib/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/fplib/Makefile
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Notes
Diffstat (limited to 'audio/fplib/Makefile')
-rw-r--r--audio/fplib/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/fplib/Makefile b/audio/fplib/Makefile
index 48e35d672727..b07348f06bfa 100644
--- a/audio/fplib/Makefile
+++ b/audio/fplib/Makefile
@@ -13,12 +13,12 @@ COMMENT= Last.fm fingerprint library
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/debian/copyright
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
- libfftw3.so:${PORTSDIR}/math/fftw3 \
- libfftw3f.so:${PORTSDIR}/math/fftw3-float \
- libmad.so:${PORTSDIR}/audio/libmad \
- libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
- libtag.so:${PORTSDIR}/audio/taglib
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ libfftw3.so:math/fftw3 \
+ libfftw3f.so:math/fftw3-float \
+ libmad.so:audio/libmad \
+ libsamplerate.so:audio/libsamplerate \
+ libtag.so:audio/taglib
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes