diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-18 13:43:33 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-18 13:43:33 +0000 |
commit | 95d9c7ebb4cb72836f0f7b010ef770c668bce5bd (patch) | |
tree | 3b8900735e5465bff841f1399ee6f7158eda819d /audio/rezound | |
parent | Update to 1.2.1: (diff) |
Fix a typo that resulted in wrong dependency list.
Diffstat (limited to 'audio/rezound')
-rw-r--r-- | audio/rezound/Makefile | 2 |
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) |