diff options
-rw-r--r-- | math/R/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index c29ff41dd808..9af532f74e57 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -164,7 +164,7 @@ BROKEN= does not compile .endif .if ${OSVERSION} < 600000 -CONFIGURE_ENV+= MAKEINFO_CMD=${LOCALBASE}/bin/makeinfo +CONFIGURE_ENV+= MAKEINFO=${LOCALBASE}/bin/makeinfo BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo .endif |