summaryrefslogtreecommitdiff
path: root/Mk/Uses/autoreconf.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-14 16:49:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-14 16:49:35 +0000
commit869e1f27d0cd912f612cd1af8dd5491749901f80 (patch)
tree253c001da30db94087f88bf237955915bfb0f012 /Mk/Uses/autoreconf.mk
parentDocument assigned CVE for graphics/optipng (diff)
Drop the necessity to add ${PORTSDIR} to dependency line
Modify make describe to automatically prepend ${PORTSDIR} if the path for the port is not absolute Checked with poudriere, portmaster, portupgrade PR: 203685 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D3866
Notes
Notes: svn path=/head/; revision=399278
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 de92a6788f61..5733bf53d47e 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:${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
+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
.if defined(libtool_ARGS) && empty(libtool_ARGS:Mbuild)
-BUILD_DEPENDS+= libtoolize:${PORTSDIR}/devel/libtool
+BUILD_DEPENDS+= libtoolize:devel/libtool
.endif
.endif