diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-27 21:35:04 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-27 21:35:04 +0000 |
commit | c59222d249257d4c39bd681b0b8cdc1151a48b1f (patch) | |
tree | 6925099df975fd3acee2ab261f82799bd2d6c172 /multimedia | |
parent | 605658badda7633351d0d7d7b74f804a6cb6fe09 (diff) | |
download | ports-c59222d249257d4c39bd681b0b8cdc1151a48b1f.tar.gz ports-c59222d249257d4c39bd681b0b8cdc1151a48b1f.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index a22aac4b6ad8..4c46a550227f 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -627,7 +627,7 @@ CONFIGURE_ENV+= LIBS="-L/usr/lib -lcipher" pre-everything:: @${ECHO_MSG} "" - @${ECHO_MSG} "Take a careful look at the begning of the Makefile in order" + @${ECHO_MSG} "Take a careful look at the beginning of the Makefile in order" @${ECHO_MSG} "to learn how to tune VLC towards you personal preferences!" @${ECHO_MSG} "For example, make WITH_MOZILLA_PLUGIN=firefox" .if defined(WITH_SPEEX) && exists(${LOCALBASE}/include/speex.h) diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index a22aac4b6ad8..4c46a550227f 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -627,7 +627,7 @@ CONFIGURE_ENV+= LIBS="-L/usr/lib -lcipher" pre-everything:: @${ECHO_MSG} "" - @${ECHO_MSG} "Take a careful look at the begning of the Makefile in order" + @${ECHO_MSG} "Take a careful look at the beginning of the Makefile in order" @${ECHO_MSG} "to learn how to tune VLC towards you personal preferences!" @${ECHO_MSG} "For example, make WITH_MOZILLA_PLUGIN=firefox" .if defined(WITH_SPEEX) && exists(${LOCALBASE}/include/speex.h) |