Date: Thu, 18 Dec 2014 08:30:21 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374882 - head/Mk/Uses Message-ID: <201412180830.sBI8ULFq023616@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 18 08:30:20 2014 New Revision: 374882 URL: https://svnweb.freebsd.org/changeset/ports/374882 QAT: https://qat.redports.org/buildarchive/r374882/ Log: Only the definition of the fakeroot command should conditioned to the UID Modified: head/Mk/Uses/fakeroot.mk Modified: head/Mk/Uses/fakeroot.mk ============================================================================== --- head/Mk/Uses/fakeroot.mk Thu Dec 18 06:59:24 2014 (r374881) +++ head/Mk/Uses/fakeroot.mk Thu Dec 18 08:30:20 2014 (r374882) @@ -10,8 +10,8 @@ .if !defined(_INCLUDE_USES_FAKEROOT_MK) _INCLUDE_USES_FAKEROOT_MK= yes -.if ${UID} != 0 BUILD_DEPENDS+= fakeroot:${PORTSDIR}/security/fakeroot +.if ${UID} != 0 FAKEROOT?= fakeroot .endif .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412180830.sBI8ULFq023616>