diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-04-18 21:23:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-04-18 21:23:38 +0000 |
commit | 1f19f0643a807bfccaf2616e1ba77de02789afe8 (patch) | |
tree | fe977708cbee6d50f6d606a6934be824b308b560 /lang/sbcl/Makefile | |
parent | - Add a new port: finance/R-cran-quantmod (diff) |
- Mark BROKEN: does not build (broken by recent texinfo update)
Reported by: pointyhat
Diffstat (limited to 'lang/sbcl/Makefile')
-rw-r--r-- | lang/sbcl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 331b59380029..c2e59551a0af 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -23,6 +23,8 @@ COMMENT= A Common Lisp development system derived from the CMU CL system ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= is a native code compiler, and has not been ported to this architecture yet +BROKEN= does not build + USE_BZIP2= yes USE_GMAKE= yes CFLAGS+= -DSBCL_HOME=\\\"${SBCL_HOME}\\\" |