summaryrefslogtreecommitdiffstats
path: root/devel/ruby-textbuf
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-23 05:07:13 +0000
committerkris <kris@FreeBSD.org>2004-02-23 05:07:13 +0000
commit571c24662e34a8d6db22edefcd70b6fb4690effd (patch)
tree088353c953bb7120a314cbd5b334197f3af4821a /devel/ruby-textbuf
parent8bfa4868d6d96fced9732642320e19050585c149 (diff)
downloadFreeBSD-ports-571c24662e34a8d6db22edefcd70b6fb4690effd.zip
FreeBSD-ports-571c24662e34a8d6db22edefcd70b6fb4690effd.tar.gz
BROKEN on !i386: Does not compile
Diffstat (limited to 'devel/ruby-textbuf')
-rw-r--r--devel/ruby-textbuf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile
index ae89e56..3b501f6 100644
--- a/devel/ruby-textbuf/Makefile
+++ b/devel/ruby-textbuf/Makefile
@@ -24,6 +24,12 @@ USE_RUBY_SETUP= yes
DOCS_EN= README.en
DOCS_JA= README.ja
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}/ja
@@ -38,4 +44,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud