- Remove ia64 from ONLY_FOR_ARCHS
- Change ONLY_FOR_ATCHS with BROKEN Requested by: kris
This commit is contained in:
parent
bb8d439782
commit
d5f912b69d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143191
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue