diff options
Diffstat (limited to 'net/nicotine')
-rw-r--r-- | net/nicotine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index a0f8fdb06b7..c809fb3f353 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -25,9 +25,9 @@ USE_PYDISTUTILS= yes RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/vorbismodule.so:${PORTSDIR}/audio/py-vorbis .else pre-everything:: - @${ECHO} "" - @${ECHO} "Define WITH_VORBIS=yes to enable OGG/Vorbis support" - @${ECHO} "" + @${ECHO_MSG} "" + @${ECHO_MSG} "Define WITH_VORBIS=yes to enable OGG/Vorbis support" + @${ECHO_MSG} "" .endif .if !defined(NOPORTDOCS) |