1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

BROKEN on sparc64: Install fails (trying to install missing java support)

This commit is contained in:
Kris Kennaway 2004-05-13 09:05:40 +00:00
parent 16589544d5
commit e04f783414
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109061

View File

@ -49,6 +49,10 @@ NOMANCOMPRESS= yes # to hard to deal with differences on 5-cur and releng4
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Install fails on sparc64"
.endif
.if ${PORTOBJFORMAT} == "aout"
CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL}
.else