diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2007-06-04 07:45:34 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2007-06-04 07:45:34 +0000 |
commit | 6d9eed6c34332fede28e0299f5c51adfc87e1617 (patch) | |
tree | ff7868c778ee5dae8dcff6a8f58b89a4e7cd2b10 | |
parent | e4e654e9fcdfaaa4f83d8d63c6d03198247654ca (diff) | |
download | ports-6d9eed6c34332fede28e0299f5c51adfc87e1617.tar.gz ports-6d9eed6c34332fede28e0299f5c51adfc87e1617.zip |
Notes
-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 |