summaryrefslogtreecommitdiff
path: root/Mk/Uses/makeinfo.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-15 07:36:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-15 07:36:38 +0000
commit8cea2b01475a78137a7b838fc6b36608f4b6ac7f (patch)
tree5d8c3107710b83c424eab2d353c0ea7b09e9816f /Mk/Uses/makeinfo.mk
parentUpdate to 20151011. (diff)
Readd PORTSDIR for now we will only start removing them after 2016Q1 is branched
This gives more time for tools to get updated, available in packages etc before bothering users
Notes
Notes: svn path=/head/; revision=399326
Diffstat (limited to 'Mk/Uses/makeinfo.mk')
-rw-r--r--Mk/Uses/makeinfo.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/makeinfo.mk b/Mk/Uses/makeinfo.mk
index 27a6071973cf..1d9de328477a 100644
--- a/Mk/Uses/makeinfo.mk
+++ b/Mk/Uses/makeinfo.mk
@@ -16,7 +16,7 @@ IGNORE= USES=makeinfo - expects no arguments
.endif
.if !exists(/usr/bin/makeinfo)
-BUILD_DEPENDS+= makeinfo:print/texinfo
+BUILD_DEPENDS+= makeinfo:${PORTSDIR}/print/texinfo
.endif
.endif