Mark as broken on sparc64: fails to install.
Hat: portmgr
This commit is contained in:
parent
da58385586
commit
307884eb82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259202
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue