- Mark BROKEN on 7.0

Reported by:	pointyhat
Approved by:	portmgr (hat)
This commit is contained in:
Pav Lucistnik 2007-12-10 22:53:53 +00:00
parent 9591d28a03
commit fa8319f5f2
2 changed files with 14 additions and 2 deletions

View file

@ -26,4 +26,10 @@ USE_X_PREFIX= yes
post-extract:
@${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/Makefile.freebsd
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>

View file

@ -26,4 +26,10 @@ USE_X_PREFIX= yes
post-extract:
@${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/Makefile.freebsd
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>