summaryrefslogtreecommitdiff
path: root/audio/listener
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/listener
parentFix prop. (diff)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'audio/listener')
-rw-r--r--audio/listener/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/listener/Makefile b/audio/listener/Makefile
index 34837ea03ad0..9bc70521c005 100644
--- a/audio/listener/Makefile
+++ b/audio/listener/Makefile
@@ -13,8 +13,8 @@ COMMENT= Program to listen for and record sound activity
LICENSE= GPLv2
-LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \
- libsndfile.so:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS= libportaudio.so:audio/portaudio \
+ libsndfile.so:audio/libsndfile
USES= localbase ncurses tar:tgz