Mark it BROKEN on amd64-CURRENT

Reported by:	krismail
This commit is contained in:
Renato Botelho 2006-11-22 11:05:49 +00:00
parent 1feab29491
commit 9613681ca1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177799

View file

@ -23,4 +23,10 @@ MAN1= irc.1 ircII.1 ircbug.1
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
BROKEN= Doesn't build
.endif
.include <bsd.port.post.mk>