- Fix a typo in Makefile

PR:		ports/97758
Submitted by:	Conrad J. Sabatier <conrads at cox.net>
This commit is contained in:
Sergey Matveychuk 2006-06-04 20:32:49 +00:00
parent 72ca6ae9c5
commit 65650c1a57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164360

View file

@ -361,7 +361,7 @@ pre-everything::
@${ECHO_MSG} "You will probably want to enable this, if you plan to"
@${ECHO_MSG} "rip DVDs."
.endif
.if !defined(WIH_LIBA52_DEFAULT)
.if !defined(WITH_LIBA52_DEFAULT)
@${ECHO_MSG}
@${ECHO_MSG} "You can use liba52 as default audio encoder by defining WITH_LIBA52_DEFAULT."
@${ECHO_MSG} "This implies WITH_LIBA52."