summaryrefslogtreecommitdiff
path: root/audio/listener/Makefile
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/listener/Makefile
parentRegister conflicts (diff)
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 '')
-rw-r--r--audio/listener/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/listener/Makefile b/audio/listener/Makefile
index 8959dd846fe6..1f2c771a5bfe 100644
--- a/audio/listener/Makefile
+++ b/audio/listener/Makefile
@@ -12,9 +12,8 @@ COMMENT= Program to listen for and record sound activity
LICENSE= GPLv2
-BUILD_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2
-LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
-RUN_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2
+LIB_DEPENDS= libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \
+ libsndfile.so:${PORTSDIR}/audio/libsndfile
USES= ncurses tar:tgz