summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/R/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index f2c6e60d329f..2e44698ec42e 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -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>