Mark BROKEN on 9.x: does not configure

This commit is contained in:
Erwin Lansing 2009-12-16 13:14:59 +00:00
parent 7d3a3093cc
commit 140bf82f4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245990

View File

@ -36,4 +36,10 @@ post-install:
@${LN} -sf ${USE_LDCONFIG}/lib${TKPKG}.so ${USE_LDCONFIG}/lib${TKPKG}.so.0
@${INSTALL_MAN} ${WRKSRC}/doc/tkDND.n ${MANNPREFIX}/man/mann/${MANN}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>