aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pypy
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-31 23:58:20 +0800
committerEitan Adler <eadler@FreeBSD.org>2013-03-31 23:58:20 +0800
commit1ef28d7c9ae845ed6cb2872dc2631375a71cf25c (patch)
tree662d09d2aee00217757aa51b54da6830f6879cff /lang/pypy
parent5f54a8e1f94ae2d9d1e391c75589bc7c29713515 (diff)
downloadfreebsd-ports-gnome-1ef28d7c9ae845ed6cb2872dc2631375a71cf25c.tar.gz
freebsd-ports-gnome-1ef28d7c9ae845ed6cb2872dc2631375a71cf25c.tar.zst
freebsd-ports-gnome-1ef28d7c9ae845ed6cb2872dc2631375a71cf25c.zip
pypy does not build on the pointhat configuration, but does build in other configurations.
Approved by: portmgr (miwi)
Diffstat (limited to 'lang/pypy')
-rw-r--r--lang/pypy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile
index d259e70e030d..ecbfa93a667b 100644
--- a/lang/pypy/Makefile
+++ b/lang/pypy/Makefile
@@ -17,8 +17,6 @@ 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)
@@ -31,6 +29,8 @@ LOCALBASE?= /usr/local
OPTIONS_DEFINE+= PYPY
.endif
+MANUAL_PACKAGE_BUILD= runaway process on pointyhat
+
ALL_TARGET= ${PYPY_NAMES}
BUILD_WRKSRC= ${WRKDIR}
USE_BZIP2= yes