View | Details | Raw Unified | Return to bug 221027 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Uses/makeinfo.mk (-1 / +4 lines)
Lines 15-22 _INCLUDE_USES_MAKEINFO_MK= yes Link Here
15
IGNORE=	USES=makeinfo - expects no arguments
15
IGNORE=	USES=makeinfo - expects no arguments
16
.endif
16
.endif
17
17
18
.if !exists(/usr/bin/makeinfo)
18
.if exists(/usr/bin/makeinfo)
19
MAKEINFO?=	/usr/bin/makeinfo
20
.else
19
BUILD_DEPENDS+=	makeinfo:print/texinfo
21
BUILD_DEPENDS+=	makeinfo:print/texinfo
22
MAKEINFO?=	${LOCALBASE}/bin/makeinfo
20
.endif
23
.endif
21
24
22
.endif
25
.endif

Return to bug 221027