summaryrefslogtreecommitdiff
path: root/Mk/Uses/imake.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/imake.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/imake.mk')
-rw-r--r--Mk/Uses/imake.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/imake.mk b/Mk/Uses/imake.mk
index 1e96f7a1fa3c..c266e07cf4ce 100644
--- a/Mk/Uses/imake.mk
+++ b/Mk/Uses/imake.mk
@@ -18,7 +18,7 @@ _INCLUDE_USES_IMAKE_MK= yes
IGNORE= USES=imake:${imake_ARGS:S/ /,/g} is not a valid argument
.endif
-BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake
+BUILD_DEPENDS+= imake:devel/imake
.if defined(USE_GCC)
IMAKECPP= ${CPP}
@@ -26,7 +26,7 @@ IMAKECPPFLAGS= -DCppCmd=${CPP} -DCcCmd=${CC} -DCplusplusCmd=${CXX}
.else
IMAKECPP= tradcpp
IMAKECPPFLAGS= -DCppCmd=tradcpp -DCcCmd=${CC} -DCplusplusCmd=${CXX}
-BUILD_DEPENDS+= tradcpp:${PORTSDIR}/devel/tradcpp
+BUILD_DEPENDS+= tradcpp:devel/tradcpp
.endif
MAKE_ENV+= IMAKECPP=${IMAKECPP} IMAKECPPFLAGS="${IMAKECPPFLAGS}"
CONFIGURE_ENV+= IMAKECPP=${IMAKECPP} IMAKECPPFLAGS="${IMAKECPPFLAGS}"