diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-22 08:16:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-22 08:16:55 +0000 |
commit | 32e25900a6495382497a11374620e8185cafccad (patch) | |
tree | 93d9752cc319d9cd6f2ec95d3bbdc2891dd8b1f4 /lang/sbcl/Makefile | |
parent | - Update OpenH264 to 1.4.0 (diff) |
lang/sbcl: remove experimental THREADS option; it doesn't build
PR: 184425, 198590
Diffstat (limited to 'lang/sbcl/Makefile')
-rw-r--r-- | lang/sbcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 1a95eb9edfe9..2a8d406e8593 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp USES= gmake tar:bzip2 -OPTIONS_DEFINE= SBCL THREADS +OPTIONS_DEFINE= SBCL #THREADS (don't build, see PR 184425) SBCL_DESC= Bootstrap with installed SBCL binary, if available THREADS_DESC= Experimental threading support |