diff options
author | pav <pav@FreeBSD.org> | 2012-04-19 05:23:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-04-19 05:23:38 +0800 |
commit | c73b2965d0692c498b52f95753e1939745c32858 (patch) | |
tree | 261ddb7483c0f96a2d635e0093323f90168be5c0 /lang | |
parent | de5ee6d43d4eb8617286fcd72b5f49256d5b915f (diff) | |
download | freebsd-ports-graphics-c73b2965d0692c498b52f95753e1939745c32858.tar.gz freebsd-ports-graphics-c73b2965d0692c498b52f95753e1939745c32858.tar.zst freebsd-ports-graphics-c73b2965d0692c498b52f95753e1939745c32858.zip |
- Mark BROKEN: does not build (broken by recent texinfo update)
Reported by: pointyhat
Diffstat (limited to 'lang')
-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 331b5938002..c2e59551a0a 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}\\\" |