summaryrefslogtreecommitdiff
path: root/Mk/Uses/autoreconf.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/autoreconf.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/autoreconf.mk')
-rw-r--r--Mk/Uses/autoreconf.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/Mk/Uses/autoreconf.mk b/Mk/Uses/autoreconf.mk
index 5733bf53d47e..de92a6788f61 100644
--- a/Mk/Uses/autoreconf.mk
+++ b/Mk/Uses/autoreconf.mk
@@ -54,14 +54,14 @@
_INCLUDE_USES_AUTORECONF_MK= yes
_USES_POST+= autoreconf
-BUILD_DEPENDS+= autoconf-2.69:devel/autoconf \
- autoheader-2.69:devel/autoconf \
- autoreconf-2.69:devel/autoconf \
- aclocal-1.15:devel/automake \
- automake-1.15:devel/automake
+BUILD_DEPENDS+= autoconf-2.69:${PORTSDIR}/devel/autoconf \
+ autoheader-2.69:${PORTSDIR}/devel/autoconf \
+ autoreconf-2.69:${PORTSDIR}/devel/autoconf \
+ aclocal-1.15:${PORTSDIR}/devel/automake \
+ automake-1.15:${PORTSDIR}/devel/automake
.if defined(libtool_ARGS) && empty(libtool_ARGS:Mbuild)
-BUILD_DEPENDS+= libtoolize:devel/libtool
+BUILD_DEPENDS+= libtoolize:${PORTSDIR}/devel/libtool
.endif
.endif