diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-07-21 03:40:38 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-07-21 03:40:38 +0800 |
commit | 3129b4c952eb54da9c12fb49118da65d7db042d8 (patch) | |
tree | b13fc6816de2c8a23619e39c26567b5dd1ff8735 /x11 | |
parent | f49a3fad02aa8ae5560d11a0a37d343d0ddfb5dc (diff) | |
download | freebsd-ports-gnome-3129b4c952eb54da9c12fb49118da65d7db042d8.tar.gz freebsd-ports-gnome-3129b4c952eb54da9c12fb49118da65d7db042d8.tar.zst freebsd-ports-gnome-3129b4c952eb54da9c12fb49118da65d7db042d8.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 |