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

(-)Makefile (-1 / +9 lines)
Lines 37-40 Link Here
37
post-patch:
37
post-patch:
38
	@(cd ${WRKSRC}/doc && ${RM} -f *.info*)
38
	@(cd ${WRKSRC}/doc && ${RM} -f *.info*)
39
39
40
.include <bsd.port.mk>
40
.include <bsd.port.pre.mk>
41
42
.if ${OSVERSION} < 600000
43
# Texinfo files use features of makeinfo not present in FreeBSD 5.x's makeinfo 4.6
44
BUILD_DEPENDS  += ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
45
CONFIGURE_ARGS += MAKEINFO=${LOCALBASE}/bin/makeinfo
46
.endif
47
48
.include <bsd.port.post.mk>

Return to bug 106385