diff options
author | naddy <naddy@FreeBSD.org> | 2008-03-23 01:19:42 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2008-03-23 01:19:42 +0800 |
commit | 47d3954b2b6dcf84f8d1c62fc95102e4af1a98f1 (patch) | |
tree | b1fb15b946e36cefd4b189bd46eba78452693c80 /multimedia | |
parent | 17beac1ccf8518d195641716bef3921a05c527df (diff) | |
download | freebsd-ports-gnome-47d3954b2b6dcf84f8d1c62fc95102e4af1a98f1.tar.gz freebsd-ports-gnome-47d3954b2b6dcf84f8d1c62fc95102e4af1a98f1.tar.zst freebsd-ports-gnome-47d3954b2b6dcf84f8d1c62fc95102e4af1a98f1.zip |
Typo and consistency in the WITH/WITHOUT_foo messages.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 222171b07955..7bc7b9409dd3 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -204,7 +204,7 @@ CONFIGURE_ARGS+= --enable-libxvid pre-everything:: .ifndef(WITHOUT_A52) - @${ECHO_MSG} 'You can disable liba52 support by defining WITHOUT_LIBA52' + @${ECHO_MSG} 'Define WITHOUT_LIBA52 to disable liba52 support' @${ECHO_MSG} .endif #.ifndef(WITH_DTS) @@ -250,7 +250,7 @@ pre-everything:: @${ECHO_MSG} .endif .ifndef(WITHOUT_VORBIS) - @${ECHO_MSG} 'Define WITHOUT_VORBIS to enable libvorbisenc VORBIS codec' + @${ECHO_MSG} 'Define WITHOUT_VORBIS to disable libvorbisenc VORBIS codec' @${ECHO_MSG} .endif .ifndef(WITHOUT_X264) |