1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Fix dependency on makeinfo

Submitted by:	Roman Neuhauser <neuhauser@sigpipe.cz>
This commit is contained in:
Pav Lucistnik 2005-07-10 23:06:48 +00:00
parent 3dc58baf24
commit 6a3b34bf28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138865

View File

@ -83,7 +83,7 @@ CONFIGURE_ARGS+= --disable-mbcs
.if ${OSVERSION} < 600000
CONFIGURE_ENV+= MAKEINFO_CMD=${LOCALBASE}/bin/makeinfo
BUILD_DEPENDS+= makeinfo:${PORTSDIR}/print/texinfo
BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
.endif
.include <bsd.port.post.mk>