From 6c9517ad7a05818d2f9156e7b5076081a74c46b9 Mon Sep 17 00:00:00 2001 From: Rong-En Fan <rafan@FreeBSD.org> Date: Fri, 29 Jun 2007 17:39:24 +0000 Subject: - Fix build on 5.x. configure script changed the env that specifies the makeinfo command. Reported by: pointyhat via pav Approved by: maintainer (implicit) --- math/R/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0