View | Details | Raw Unified | Return to bug 111851
Collapse All | Expand All

(-)Makefile (-7 / +1 lines)
Lines 25-34 Link Here
25
	${REINPLACE_CMD} -e '/^install/s/ install-dist_docDATA//' ${WRKSRC}/Makefile.in
25
	${REINPLACE_CMD} -e '/^install/s/ install-dist_docDATA//' ${WRKSRC}/Makefile.in
26
.endif
26
.endif
27
27
28
.include <bsd.port.pre.mk>
28
.include <bsd.port.mk>
29
30
.if ${OSVERSION} < 500000
31
BROKEN=		Do not compile
32
.endif
33
34
.include <bsd.port.post.mk>

Return to bug 111851