aboutsummaryrefslogtreecommitdiff
path: root/audio/rezound
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-05-18 13:43:33 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-05-18 13:43:33 +0000
commit95d9c7ebb4cb72836f0f7b010ef770c668bce5bd (patch)
tree3b8900735e5465bff841f1399ee6f7158eda819d /audio/rezound
parent03ac3277f288de8e84215126d80479532b521a7e (diff)
downloadports-95d9c7ebb4cb72836f0f7b010ef770c668bce5bd.tar.gz
ports-95d9c7ebb4cb72836f0f7b010ef770c668bce5bd.zip
Fix a typo that resulted in wrong dependency list.
Notes
Notes: svn path=/head/; revision=135546
Diffstat (limited to 'audio/rezound')
-rw-r--r--audio/rezound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile
index 9d11942662b6..306eafaf211b 100644
--- a/audio/rezound/Makefile
+++ b/audio/rezound/Makefile
@@ -58,7 +58,7 @@ LIB_DEPENDS+= portaudio.0:${PORTSDIR}/audio/portaudio
.endif
.if defined(WITH_OGG)
-LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg
+LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg
.endif
.if defined(WITH_VORBIS)