diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-23 16:30:02 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-23 16:30:02 +0800 |
commit | 9c8f65313769aac75b6576454ed99e974a40eeb0 (patch) | |
tree | 5597b88a3cb7c8d06ec19297f2ae3a39f5458faf /audio/pulseaudio/Makefile | |
parent | d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (diff) | |
download | marcuscom-ports-9c8f65313769aac75b6576454ed99e974a40eeb0.tar marcuscom-ports-9c8f65313769aac75b6576454ed99e974a40eeb0.tar.gz marcuscom-ports-9c8f65313769aac75b6576454ed99e974a40eeb0.tar.bz2 marcuscom-ports-9c8f65313769aac75b6576454ed99e974a40eeb0.tar.lz marcuscom-ports-9c8f65313769aac75b6576454ed99e974a40eeb0.tar.xz marcuscom-ports-9c8f65313769aac75b6576454ed99e974a40eeb0.tar.zst marcuscom-ports-9c8f65313769aac75b6576454ed99e974a40eeb0.zip |
Fix typo in LIB_DEPENDS. Also we don't have to menion the shared library
function for libjson.so.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18693 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/pulseaudio/Makefile')
-rw-r--r-- | audio/pulseaudio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index b326dd042..f7ed426cc 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -20,8 +20,8 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ liborc-0.4.so:${PORTSDIR}/devel/orc \ - libjson.so.0:${PORTSDIR}/devel/json-c \ - libdbus-1.s0:${PORTSDIR}/devel/dbus \ + libjson.so:${PORTSDIR}/devel/json-c \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libck-connector.so:${PORTSDIR}/sysutils/consolekit |