diff options
Diffstat (limited to 'devel')
-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 d19a4c1546c..b785cbb78e8 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> |