This appears to be broken globally on 5.x.

This commit is contained in:
Kris Kennaway 2004-04-11 00:18:27 +00:00
parent f879263b76
commit a8b9bd5723
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106698

View file

@ -28,8 +28,8 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
.include <bsd.port.pre.mk>
.if ( ${ARCH} == "alpha" && ${OSVERSION} >= 502102 ) || ${ARCH} == "amd64"
BROKEN= "Does not compile on alpha >= 5.x or amd64"
.if ( ${OSVERSION} >= 502102 )
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>