diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-29 17:39:24 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-29 17:39:24 +0000 |
commit | 6c9517ad7a05818d2f9156e7b5076081a74c46b9 (patch) | |
tree | 835b88f41850abe14599e08aeee5cda9fca1fc46 /math/R | |
parent | 8fa4080ca25850ecbc4d67570f16959d7e2aabee (diff) | |
download | ports-6c9517ad7a05818d2f9156e7b5076081a74c46b9.tar.gz ports-6c9517ad7a05818d2f9156e7b5076081a74c46b9.zip |
- Fix build on 5.x. configure script changed the env that specifies
the makeinfo command.
Reported by: pointyhat via pav
Approved by: maintainer (implicit)
Notes
Notes:
svn path=/head/; revision=194474
Diffstat (limited to 'math/R')
-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 |