diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-25 08:18:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-25 08:18:14 +0000 |
commit | 245ea6e4b150b32d48462ebcb9e7796eb34a8b8b (patch) | |
tree | 06bffef16d0c1c1f563e4950571bc7b973135df6 /lang/cmucl | |
parent | c31128cc34167ccbdc2dd5898d0cc773e9b947ad (diff) |
Notes
Diffstat (limited to 'lang/cmucl')
-rw-r--r-- | lang/cmucl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index 55b7067779da..be331c898d4f 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -21,7 +21,7 @@ COMMENT= The CMU implementation of Common Lisp # To make available on other archs, has to be cross-compiled (there is a # script for this, but a configuration file has to be written). -IA32_BINART_PORT= yes +IA32_BINARY_PORT= yes USE_BZIP2= yes NO_WRKSUBDIR= yes NO_BUILD= yes |