- Mark BROKEN when ${OSVERSION} < 800000

Reported by:	pav@
This commit is contained in:
Wen Heping 2012-05-31 01:29:23 +00:00
parent 54bad1a3af
commit bf5b36d825
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297851

View file

@ -34,4 +34,11 @@ post-patch:
@${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.am
@${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>