diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:23:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:23:56 +0000 |
commit | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (patch) | |
tree | 26218ca7c2e5a91466052ac00adec88000802e4f /audio/snack | |
parent | b2e928c70c82a416571a4cf1ba23bd4ebcf8f152 (diff) | |
download | ports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.tar.gz ports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.zip |
Notes
Diffstat (limited to 'audio/snack')
-rw-r--r-- | audio/snack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/snack/Makefile b/audio/snack/Makefile index c680b52b3812..c67d8dd20580 100644 --- a/audio/snack/Makefile +++ b/audio/snack/Makefile @@ -39,9 +39,9 @@ PLIST_SUB+= VORBIS="@comment " pre-everything:: .if !defined(WITH_VORBIS) - @${ECHO} - @${ECHO} 'Use "make WITH_VORBIS=yes" to build support for OGG Vorbis.' - @${ECHO} + @${ECHO_MSG} + @${ECHO_MSG} 'Use "make WITH_VORBIS=yes" to build support for OGG Vorbis.' + @${ECHO_MSG} .endif post-patch: |