mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Mark broken on 64 bit archs.
PR: ports/115510 Submitted by: Rashid N. Achilov (maintainer)
This commit is contained in:
parent
b5ae5fdb3c
commit
65a03be4c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197728
@ -18,6 +18,12 @@ USE_AUTOTOOLS= autoconf:259
|
||||
|
||||
MAN1= y.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
|
||||
BROKEN= Does not compile on 64-bit arch
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html
|
||||
|
||||
@ -28,4 +34,4 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user