aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-05-13 16:54:50 +0800
committerkris <kris@FreeBSD.org>2004-05-13 16:54:50 +0800
commita718adfcfc0382446682a2a73274eb6c0b4f31ae (patch)
tree83beb4faee4e8e29de705e0a12f261e40fcca0b7 /devel
parent466f759b79d29739fd4f4748777b49d6d4d41133 (diff)
downloadfreebsd-ports-gnome-a718adfcfc0382446682a2a73274eb6c0b4f31ae.tar.gz
freebsd-ports-gnome-a718adfcfc0382446682a2a73274eb6c0b4f31ae.tar.zst
freebsd-ports-gnome-a718adfcfc0382446682a2a73274eb6c0b4f31ae.zip
BROKEN on sparc64: Does not compile
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-rbtree/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ruby-rbtree/Makefile b/devel/ruby-rbtree/Makefile
index 68042a812a92..39a308093ed8 100644
--- a/devel/ruby-rbtree/Makefile
+++ b/devel/ruby-rbtree/Makefile
@@ -23,6 +23,12 @@ INSTALL_TARGET= site-install
# MIT license
DOCS= ChangeLog LICENSE README
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
@@ -31,4 +37,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>