- Remove ia64 from ONLY_FOR_ARCHS

- Change ONLY_FOR_ATCHS with BROKEN

Requested by:	kris
This commit is contained in:
Sergey Matveychuk 2005-09-20 07:33:47 +00:00
parent bb8d439782
commit d5f912b69d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143191

View file

@ -34,10 +34,12 @@ PORTDOCS= ChangeLog readme.txt releasenotes.html duke3d.def.sample GNU.TXT
SUB_FILES= pkg-message
ONLY_FOR_ARCHS= i386 ia64
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64"
.endif
.if ${OSVERSION} < 500000
BROKEN= "Can't build on 4.x"
.endif