diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 05:07:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 05:07:13 +0000 |
commit | 253a0c92717235baf265e96c2916484edace22eb (patch) | |
tree | 4c4e065b824c9dc61a21f908d47af09431d668aa /devel/ruby-textbuf | |
parent | 697615885c14611afeee4cd237b70d0b4f807a58 (diff) | |
download | ports-253a0c92717235baf265e96c2916484edace22eb.tar.gz ports-253a0c92717235baf265e96c2916484edace22eb.zip |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=101818
Diffstat (limited to 'devel/ruby-textbuf')
-rw-r--r-- | devel/ruby-textbuf/Makefile | 8 |
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> |