diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 12:42:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 12:42:56 +0800 |
commit | 7912fc77d0a2e8171925609d24a5515ad4ace80d (patch) | |
tree | 88b593c63a8da344643ad6de4c6c09c9f73168f4 /devel | |
parent | b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5 (diff) | |
download | freebsd-ports-graphics-7912fc77d0a2e8171925609d24a5515ad4ace80d.tar.gz freebsd-ports-graphics-7912fc77d0a2e8171925609d24a5515ad4ace80d.tar.zst freebsd-ports-graphics-7912fc77d0a2e8171925609d24a5515ad4ace80d.zip |
BROKEN on !i386: Does not compile
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> |