diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 18:17:57 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 18:17:57 +0800 |
commit | eb4b3d7ace9e0b5726eed74712828cd352050ca0 (patch) | |
tree | 43a691a715725eec6ab240c2c258e409794afe45 /multimedia/xine | |
parent | daeefb5e73db681e017e24205bbfbfafb3fc447f (diff) | |
download | freebsd-ports-gnome-eb4b3d7ace9e0b5726eed74712828cd352050ca0.tar.gz freebsd-ports-gnome-eb4b3d7ace9e0b5726eed74712828cd352050ca0.tar.zst freebsd-ports-gnome-eb4b3d7ace9e0b5726eed74712828cd352050ca0.zip |
Correct spelling in OPTIONS.
PR: ports/115007
Submitted by: "Matthew D. Fuller" <fullermd@over-yonder.net>
Diffstat (limited to 'multimedia/xine')
-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 |