aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-07-11 07:06:48 +0800
committerpav <pav@FreeBSD.org>2005-07-11 07:06:48 +0800
commitbfc3c26ddae4b34675432d62e9072f065b575231 (patch)
treeff0f41cf6e61d547c5ebd0373c866331adf891c9 /math
parent52848bcbe61031ba10031753a3b04f636d9f741d (diff)
downloadfreebsd-ports-graphics-bfc3c26ddae4b34675432d62e9072f065b575231.tar.gz
freebsd-ports-graphics-bfc3c26ddae4b34675432d62e9072f065b575231.tar.zst
freebsd-ports-graphics-bfc3c26ddae4b34675432d62e9072f065b575231.zip
- Fix dependency on makeinfo
Submitted by: Roman Neuhauser <neuhauser@sigpipe.cz>
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 f2c6e60d329..2e44698ec42 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>