aboutsummaryrefslogtreecommitdiff
path: root/audio/listener
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
parentf522f9bed8571567df004bc1bd47e6892262fc53 (diff)
downloadports-72fd8dd06a90c34723477d35786aee87d72210c2.tar.gz
ports-72fd8dd06a90c34723477d35786aee87d72210c2.zip
Notes
Diffstat (limited to 'audio/listener')
-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