aboutsummaryrefslogtreecommitdiff
path: root/audio/jack
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-01-25 00:46:11 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-01-25 00:46:11 +0000
commit72fd8dd06a90c34723477d35786aee87d72210c2 (patch)
treefa385db6814c3ed82dc948ab39cfdc5f599b9af4 /audio/jack
parentf522f9bed8571567df004bc1bd47e6892262fc53 (diff)
downloadports-72fd8dd06a90c34723477d35786aee87d72210c2.tar.gz
ports-72fd8dd06a90c34723477d35786aee87d72210c2.zip
Fix detection of libportaudio libraries
PR: 196427 Submitted by: myself Approved by: hselasky, stephen, marcus, maintainer timeout from others
Notes
Notes: svn path=/head/; revision=377845
Diffstat (limited to 'audio/jack')
-rw-r--r--audio/jack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index 12e2a3f8b2db..4bbeff50d507 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -14,7 +14,7 @@ COMMENT= Low latency audio server
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
-LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \
+LIB_DEPENDS= libportaudio.so.0:${PORTSDIR}/audio/portaudio \
libsndfile.so:${PORTSDIR}/audio/libsndfile \
libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
libcelt0.so:${PORTSDIR}/audio/celt \