diff options
-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 |