diff options
author | rafan <rafan@FreeBSD.org> | 2007-06-29 17:39:24 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-06-29 17:39:24 +0000 |
commit | 5f8b802dd1d4d8d30e06f38058b7889735cabf17 (patch) | |
tree | 93df7a6a7caa5a7faad2474c390440432833a4a8 /math | |
parent | b2afca4f6d788cca4c64a6de52114cf9f0c22960 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |