diff options
Diffstat (limited to 'net-p2p/nicotine-plus/Makefile')
-rw-r--r-- | net-p2p/nicotine-plus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile index a0f8fdb06b7d..c809fb3f3531 100644 --- a/net-p2p/nicotine-plus/Makefile +++ b/net-p2p/nicotine-plus/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) |