Mark as broken on sparc64: fails to install.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-08-14 08:40:33 +00:00
parent da58385586
commit 307884eb82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259202

View file

@ -21,4 +21,10 @@ USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rdebug-ide
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64
.endif
.include <bsd.port.post.mk>