summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 05:07:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 05:07:13 +0000
commit253a0c92717235baf265e96c2916484edace22eb (patch)
tree4c4e065b824c9dc61a21f908d47af09431d668aa /devel
parentBROKEN on !i386 and !amd64: Does not compile (diff)
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=101818
Diffstat (limited to 'devel')
-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 ae89e564fc93..3b501f68e946 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>