aboutsummaryrefslogtreecommitdiff
path: root/audio/lmms
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-17 19:53:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-17 19:53:42 +0000
commit8a75415fbc98439d5c7915ea68e4f7fa857d91e3 (patch)
tree7b8125f5207f4d8bc3e97c939b67afe0de1daac6 /audio/lmms
parent2611a0b5c91ca7b9aab0000e253063d859f76553 (diff)
downloadports-8a75415fbc98439d5c7915ea68e4f7fa857d91e3.tar.gz
ports-8a75415fbc98439d5c7915ea68e4f7fa857d91e3.zip
Notes
Diffstat (limited to 'audio/lmms')
-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