diff options
author | keramida <keramida@FreeBSD.org> | 2007-06-04 15:45:34 +0800 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2007-06-04 15:45:34 +0800 |
commit | 2f2a0d870425b6f2a4d07d1417aabd4c158c7184 (patch) | |
tree | 2c8d2a3a0475c59ce002054e9ac466f0366e4480 /lang/sbcl | |
parent | ec671dba02bdbe029636945b0529a3d723a6de63 (diff) | |
download | freebsd-ports-gnome-2f2a0d870425b6f2a4d07d1417aabd4c158c7184.tar.gz freebsd-ports-gnome-2f2a0d870425b6f2a4d07d1417aabd4c158c7184.tar.zst freebsd-ports-gnome-2f2a0d870425b6f2a4d07d1417aabd4c158c7184.zip |
Fix minor typo in the description of the THREADS option.
Diffstat (limited to 'lang/sbcl')
-rw-r--r-- | lang/sbcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index e7fd3c06f05e..477be0ecff69 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -26,7 +26,7 @@ USE_GMAKE= yes CFLAGS+= -DSBCL_HOME=\\"${PREFIX}/lib/sbcl/\\" OPTIONS= SBCL "Use installed SBCL binary if available" off \ - THREADS "Enable experimental theading support" off + THREADS "Enable experimental threading support" off MAN1= sbcl.1 INFO= asdf sbcl |