diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-14 16:49:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-14 16:49:35 +0000 |
commit | 869e1f27d0cd912f612cd1af8dd5491749901f80 (patch) | |
tree | 253c001da30db94087f88bf237955915bfb0f012 /Mk/Uses/pure.mk | |
parent | Document 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/pure.mk')
-rw-r--r-- | Mk/Uses/pure.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/pure.mk b/Mk/Uses/pure.mk index a753dc65308f..d743613eade7 100644 --- a/Mk/Uses/pure.mk +++ b/Mk/Uses/pure.mk @@ -23,11 +23,11 @@ IGNORE= Incorrect 'USES+= pure:${pure_ARGS}' usage: argument [${arg}] is not rec . endif .endfor -LIB_DEPENDS+= libpure.so:${PORTSDIR}/lang/pure +LIB_DEPENDS+= libpure.so:lang/pure .include "${USESDIR}/gmake.mk" .if ${pure_ARGS:Mffi} -RUN_DEPENDS+= ${LOCALBASE}/lib/pure/ffi.pure:${PORTSDIR}/devel/pure-ffi +RUN_DEPENDS+= ${LOCALBASE}/lib/pure/ffi.pure:devel/pure-ffi .endif MAKE_ARGS+= prefix=${PREFIX} mandir=${PREFIX}/man \ |