1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Now compiles on !i386

Approved by:    portmgr (implicit)
This commit is contained in:
Kris Kennaway 2006-03-07 17:09:51 +00:00
parent bdf6d99873
commit 2e57297e81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157014

View File

@ -45,8 +45,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
CONFIGURE_ARGS+= --disable-timeout
.endif
.if ${OSVERSION} < 500000 || ${ARCH} != "i386"
BROKEN= "Does not compile on 4.x or on !i386"
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on 4.x"
.endif
.if !defined(WITH_NOCLIENTS)