1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Fix build on FreeBSD 5.5 (missing makeinfo features)

PR:		115043
Submitted by:	Heiner <h.eichmann@gmx.de>
This commit is contained in:
Ade Lovett 2007-07-31 07:36:14 +00:00
parent 8f50fbb6ab
commit ba5a45dae4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196790

View File

@ -41,4 +41,11 @@ pre-su-install:
@${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION}
@${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
CONFIGURE_ARGS+=MAKEINFO=${LOCALBASE}/bin/makeinfo
.endif
.include <bsd.port.post.mk>