aboutsummaryrefslogtreecommitdiffstats
path: root/lang/rubinius
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-01-27 16:35:30 +0800
committerpav <pav@FreeBSD.org>2011-01-27 16:35:30 +0800
commite92f90373c8bf3d4f6c7d87e1decbfd1369951e5 (patch)
tree890504df835867f6ecd3bca6b9f65c2e8c88823d /lang/rubinius
parent7d11c86c5d96dc4ed5c0f132d021a0000d4c590c (diff)
downloadfreebsd-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/Makefile5
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=""