From 253a0c92717235baf265e96c2916484edace22eb Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 23 Feb 2004 05:07:13 +0000 Subject: BROKEN on !i386: Does not compile --- devel/ruby-textbuf/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/ruby-textbuf/Makefile') 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 + +.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 +.include -- cgit v1.2.3