diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 22:40:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 22:40:48 +0800 |
commit | 05c328bd2820ab62c4dd5cc700786640e3167aab (patch) | |
tree | 653370a19feec56e86e170e91f94f0f5ec6063a8 | |
parent | 5cdabb4f61e6eb4d4cd9d1fff46773736008756a (diff) | |
download | freebsd-ports-gnome-05c328bd2820ab62c4dd5cc700786640e3167aab.tar.gz freebsd-ports-gnome-05c328bd2820ab62c4dd5cc700786640e3167aab.tar.zst freebsd-ports-gnome-05c328bd2820ab62c4dd5cc700786640e3167aab.zip |
Fix typo
-rw-r--r-- | audio/pulseaudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 6eb56669b6b6..0f5d1375351e 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -18,7 +18,7 @@ COMMENT= Sound server for UNIX LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libspeexdsp.so${PORTSDIR}/audio/speex \ + libspeexdsp.so:${PORTSDIR}/audio/speex \ libdbus-1.so:${PORTSDIR}/devel/dbus \ libgdbm.so:${PORTSDIR}/databases/gdbm \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ |