diff options
author | pav <pav@FreeBSD.org> | 2011-07-21 03:40:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-07-21 03:40:38 +0800 |
commit | 62c9bb85ae3f0ff1daf0743afe9cd249479e7f57 (patch) | |
tree | a30cb78a0babea5bd69201811c6c421f6b1f7ee1 /x11 | |
parent | 8ca02c5714253944f5a4ad7642ba7665c61090d2 (diff) | |
download | freebsd-ports-gnome-62c9bb85ae3f0ff1daf0743afe9cd249479e7f57.tar.gz freebsd-ports-gnome-62c9bb85ae3f0ff1daf0743afe9cd249479e7f57.tar.zst freebsd-ports-gnome-62c9bb85ae3f0ff1daf0743afe9cd249479e7f57.zip |
- Mark BROKEN: fails to build
Reported by: pointyhat
Diffstat (limited to 'x11')
-rw-r--r-- | x11/cl-clx-sbcl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index e2d321d5ba46..ac9913f94741 100644 --- a/x11/cl-clx-sbcl/Makefile +++ b/x11/cl-clx-sbcl/Makefile @@ -11,6 +11,8 @@ MASTERDIR= ${.CURDIR}/../../x11/cl-clx BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/clx/clx.asd:${PORTSDIR}/x11/cl-clx RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/clx/clx.asd:${PORTSDIR}/x11/cl-clx +BROKEN= fails to build + USE_ASDF_FASL= yes FASL_BUILD= yes FASL_TARGET= sbcl |