diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-31 16:08:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-31 16:08:58 +0800 |
commit | a8f9e662ce0f8e832c85c55dc075b803a94c127c (patch) | |
tree | c6e3073e10e22b4e2fcde8cd5e8567a3d8f7ac36 /lang/pypy | |
parent | 7a4a77581bc99e045d4e1da986b6b51a87defc01 (diff) | |
download | freebsd-ports-gnome-a8f9e662ce0f8e832c85c55dc075b803a94c127c.tar.gz freebsd-ports-gnome-a8f9e662ce0f8e832c85c55dc075b803a94c127c.tar.zst freebsd-ports-gnome-a8f9e662ce0f8e832c85c55dc075b803a94c127c.zip |
- Mark Broken does not build
Reported by: pointyhat
Approved by: portmgr
Diffstat (limited to 'lang/pypy')
-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) |