diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 10:17:57 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 10:17:57 +0000 |
commit | 92f3edb1232c461d94d6337156472e65dd25ab65 (patch) | |
tree | fb6fe01c0c073613acb17c074ce77c516cba19e7 | |
parent | b2518e3d78238d045c0c20c11f709d77e0667a17 (diff) | |
download | freebsd-ports-92f3edb1232c461d94d6337156472e65dd25ab65.zip |
Correct spelling in OPTIONS.
PR: ports/115007
Submitted by: "Matthew D. Fuller" <fullermd@over-yonder.net>
-rw-r--r-- | multimedia/xine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index e4b7d9d51bd7..b75843af7731 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -33,7 +33,7 @@ MAN1= aaxine.1 xine-bugreport.1 xine-check.1 xine-remote.1 xine.1 OPTIONS= CACA "Enable libcaca output" off \ AALIB "Enable aalib output" off \ LIRC "Enable lirc support" off \ - CURL "Enable culr support" on \ + CURL "Enable curl support" on \ WIN32_CODECS "Enable win32 codecs (for i386 only)" on \ NLS "Enable Native Language Support" on \ XFT "Enable Xft support" on |