From 95d9c7ebb4cb72836f0f7b010ef770c668bce5bd Mon Sep 17 00:00:00 2001
From: Alexey Dokuchaev <danfe@FreeBSD.org>
Date: Wed, 18 May 2005 13:43:33 +0000
Subject: Fix a typo that resulted in wrong dependency list.

---
 audio/rezound/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'audio/rezound')

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)
-- 
cgit v1.2.3