summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-10 23:06:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-10 23:06:48 +0000
commit6a3b34bf28277c7db739da3aee2f4d182aadb969 (patch)
tree0e0fdefe10e56b989f2f0043000e8f4831d270ab
parentWhat is it? (diff)
- Fix dependency on makeinfo
Submitted by: Roman Neuhauser <neuhauser@sigpipe.cz>
Notes
Notes: svn path=/head/; revision=138865
-rw-r--r--math/R/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index f2c6e60d329f..2e44698ec42e 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -83,7 +83,7 @@ CONFIGURE_ARGS+= --disable-mbcs
.if ${OSVERSION} < 600000
CONFIGURE_ENV+= MAKEINFO_CMD=${LOCALBASE}/bin/makeinfo
-BUILD_DEPENDS+= makeinfo:${PORTSDIR}/print/texinfo
+BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
.endif
.include <bsd.port.post.mk>