diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-31 23:58:20 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-31 23:58:20 +0800 |
commit | 752612f3eed46e985a0bba5eca484122608265e5 (patch) | |
tree | 662d09d2aee00217757aa51b54da6830f6879cff /lang | |
parent | 2be94f7e77a71a2d2e8df2115c253af5e147f366 (diff) | |
download | freebsd-ports-gnome-752612f3eed46e985a0bba5eca484122608265e5.tar.gz freebsd-ports-gnome-752612f3eed46e985a0bba5eca484122608265e5.tar.zst freebsd-ports-gnome-752612f3eed46e985a0bba5eca484122608265e5.zip |
pypy does not build on the pointhat configuration, but does build in other configurations.
Approved by: portmgr (miwi)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pypy/Makefile | 4 |
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 |