summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-06-29 17:39:24 +0000
committerrafan <rafan@FreeBSD.org>2007-06-29 17:39:24 +0000
commit5f8b802dd1d4d8d30e06f38058b7889735cabf17 (patch)
tree93df7a6a7caa5a7faad2474c390440432833a4a8 /math
parentb2afca4f6d788cca4c64a6de52114cf9f0c22960 (diff)
downloadFreeBSD-ports-5f8b802dd1d4d8d30e06f38058b7889735cabf17.zip
FreeBSD-ports-5f8b802dd1d4d8d30e06f38058b7889735cabf17.tar.gz
- Fix build on 5.x. configure script changed the env that specifies
the makeinfo command. Reported by: pointyhat via pav Approved by: maintainer (implicit)
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index c29ff41..9af532f7 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
OpenPOWER on IntegriCloud