diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 04:42:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 04:42:56 +0000 |
commit | 2a4efc877b94287100c773d34ccc0c764962d011 (patch) | |
tree | 8bf76a63e5043030197dbe7727333ffe4d896a7d /devel/ruby-nodedump | |
parent | 60aab665670e50cb18bba45ee25f2ed091759741 (diff) | |
download | ports-2a4efc877b94287100c773d34ccc0c764962d011.tar.gz ports-2a4efc877b94287100c773d34ccc0c764962d011.zip |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=101813
Diffstat (limited to 'devel/ruby-nodedump')
-rw-r--r-- | devel/ruby-nodedump/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ruby-nodedump/Makefile b/devel/ruby-nodedump/Makefile index d19a4c1546c0..b785cbb78e8e 100644 --- a/devel/ruby-nodedump/Makefile +++ b/devel/ruby-nodedump/Makefile @@ -22,10 +22,16 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |