1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

- Mark BROKEN on ia64

PR:		ports/89080
Submitted by:	No Name <arundel@h3c.de> (maintainer)
Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2005-11-16 18:14:33 +00:00
parent 78e45acb14
commit d0fcae31aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148496

View File

@ -40,6 +40,10 @@ SUB_FILES= pkg-message
BROKEN= "Does not build on amd64"
.endif
.if ${ARCH} == "ia64"
BROKEN= "Does not build on ia64"
.endif
.if ${OSVERSION} < 500000
BROKEN= "Can't build on 4.x"
.endif