diff options
-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) |