diff options
Diffstat (limited to 'lang/pypy/Makefile')
-rw-r--r-- | lang/pypy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index e950a6ef19d3..d259e70e030d 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -17,6 +17,8 @@ LICENSE_COMB= multi LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ ffi:${PORTSDIR}/devel/libffi +BROKEN= does not build + CLI_DESC= (BROKEN) Translate a CLI (.NET) based pypy JVM_DESC= (BROKEN) Translate a JVM (Java) based pypy PYPY_DESC= Use pypy to translate (faster but uses more memory) |