diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-06-04 20:32:49 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-06-04 20:32:49 +0000 |
commit | 65650c1a57c4a38df029a7ae7ae3f36ac3ed6311 (patch) | |
tree | e354f9c84a54280a331168864f2e59e4859bf9cb /multimedia | |
parent | 72ca6ae9c54769e4a81996ae60481cfc39c75bc9 (diff) | |
download | ports-65650c1a57c4a38df029a7ae7ae3f36ac3ed6311.tar.gz ports-65650c1a57c4a38df029a7ae7ae3f36ac3ed6311.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/transcode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 49a41c344fac..36383d289d0e 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -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." |