diff options
author | pav <pav@FreeBSD.org> | 2011-01-27 16:35:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-01-27 16:35:30 +0800 |
commit | e92f90373c8bf3d4f6c7d87e1decbfd1369951e5 (patch) | |
tree | 890504df835867f6ecd3bca6b9f65c2e8c88823d /lang/rubinius | |
parent | 7d11c86c5d96dc4ed5c0f132d021a0000d4c590c (diff) | |
download | freebsd-ports-gnome-e92f90373c8bf3d4f6c7d87e1decbfd1369951e5.tar.gz freebsd-ports-gnome-e92f90373c8bf3d4f6c7d87e1decbfd1369951e5.tar.zst freebsd-ports-gnome-e92f90373c8bf3d4f6c7d87e1decbfd1369951e5.zip |
- Disallow from 7.x builds on pointyhat due to hangs
Feature safe: yes
Diffstat (limited to 'lang/rubinius')
-rw-r--r-- | lang/rubinius/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index 9ebb2c822f5f..dbccb3a52f42 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -39,10 +39,11 @@ OPTIONS= GDBM "Enable GDBM support" on .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.X +.if ${OSVERSION} <= 701000 +MANUAL_PACKAGE_BUILD= hangs on pointyhat .endif + .if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h) LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm PLIST_SUB+= GDBM="" |