summaryrefslogtreecommitdiff
path: root/lang/pypy
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-31 15:58:20 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-31 15:58:20 +0000
commit1ef28d7c9ae845ed6cb2872dc2631375a71cf25c (patch)
tree662d09d2aee00217757aa51b54da6830f6879cff /lang/pypy
parentFix plist (diff)
pypy does not build on the pointhat configuration, but does build in other configurations.
Approved by: portmgr (miwi)
Notes
Notes: svn path=/head/; revision=315639
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