BROKEN on amd64: Needs to link against shared library

This commit is contained in:
Kris Kennaway 2004-05-30 07:08:25 +00:00
parent cb2542833d
commit 787ccebeea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110367

View file

@ -26,6 +26,12 @@ INSTALL_TARGET= site-install
DOCS= ChangeLog README doc/PRECISION doc/TODO
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (needs to link against shared library)"
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
@ -34,4 +40,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>