Now builds on i386

Approved by:    portmgr (implicit)
This commit is contained in:
Kris Kennaway 2006-03-07 17:14:35 +00:00
parent 0150a15b71
commit 958885d653
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157019
2 changed files with 4 additions and 4 deletions

View file

@ -30,8 +30,8 @@ USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 504001
BROKEN= "Does not compile on FreeBSD >= 5.x"
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
.endif
post-patch:

View file

@ -30,8 +30,8 @@ USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 504001
BROKEN= "Does not compile on FreeBSD >= 5.x"
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
.endif
post-patch: