BROKEN on sparc64: Does not build
This commit is contained in:
parent
d4dcd29e1b
commit
eef11170a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106780
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ USE_X_PREFIX= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not build on sparc64"
|
||||
.endif
|
||||
|
||||
.if ${XFREE86_VERSION} == 4
|
||||
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
|
||||
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
||||
|
|
Loading…
Reference in a new issue