aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-09-18 03:53:42 +0800
committermiwi <miwi@FreeBSD.org>2009-09-18 03:53:42 +0800
commitd41435f8b9cdb1f22bdc11b5e070b0aef1ab1d22 (patch)
treebb69e0963ae89a0426f05bffa9c8d57f088c0c2f /audio
parent592a59d16c0fafa9094410cfcc3b32c689c4056c (diff)
downloadfreebsd-ports-gnome-d41435f8b9cdb1f22bdc11b5e070b0aef1ab1d22.tar.gz
freebsd-ports-gnome-d41435f8b9cdb1f22bdc11b5e070b0aef1ab1d22.tar.zst
freebsd-ports-gnome-d41435f8b9cdb1f22bdc11b5e070b0aef1ab1d22.zip
- S/pluseaudio/pulseaudio
PR: 138911 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r--audio/lmms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile
index 15b606648a05..54522b57a1d8 100644
--- a/audio/lmms/Makefile
+++ b/audio/lmms/Makefile
@@ -62,7 +62,7 @@ CMAKE_ARGS+= -DWANT_JACK:BOOL=OFF
.endif
.if defined(WITH_PULSEAUDIO)
-LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pluseaudio
+LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio
.else
CMAKE_ARGS+= -DWANT_PULSEAUDIO:BOOL=OFF
.endif