BROKEN on >= 6.0: Does not compile

This commit is contained in:
Kris Kennaway 2005-07-20 23:52:22 +00:00
parent 28d9d4e29d
commit a9d9440c32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139755

View file

@ -26,6 +26,12 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600031
BROKEN= "Does not compile on FreeBSD >= 6.0"
.endif
pre-configure:
@${RM} ${WRKSRC}/config.cache
@ -36,4 +42,4 @@ post-install:
> ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>