summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2008-03-22 17:19:42 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2008-03-22 17:19:42 +0000
commit2b53d66d80adb97bfe87dd6dc97f71432ce3189d (patch)
treeb02d76936b849066e239d8219d0782fb996a8571 /multimedia
parentDrop maintainership (diff)
Typo and consistency in the WITH/WITHOUT_foo messages.
Notes
Notes: svn path=/head/; revision=209586
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ffmpeg/Makefile4
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)