BROKEN on ia64 and sparc64: Does not build
This commit is contained in:
parent
f03f93f5bd
commit
81df8b5400
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139763
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
|
||||
BROKEN= "Does not build on ${ARCH}"
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
.if defined(WITHOUT_X11)
|
||||
@${ECHO_MSG} ""
|
||||
|
|
Loading…
Reference in a new issue