Date: Mon, 11 Mar 2013 06:43:13 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313855 - head/Mk/Uses Message-ID: <201303110643.r2B6hDpW023151@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Mon Mar 11 06:43:13 2013 New Revision: 313855 URL: http://svnweb.freebsd.org/changeset/ports/313855 Log: - Change namespace for USES files - Add missing colon Approved by: bapt@ (portmgr@) Modified: head/Mk/Uses/bison.mk head/Mk/Uses/fuse.mk head/Mk/Uses/pathfix.mk Modified: head/Mk/Uses/bison.mk ============================================================================== --- head/Mk/Uses/bison.mk Mon Mar 11 04:04:11 2013 (r313854) +++ head/Mk/Uses/bison.mk Mon Mar 11 06:43:13 2013 (r313855) @@ -6,11 +6,11 @@ # # Feature: bison # Usage: USES=bison or USES=bison:ARGS -# Valid ARGS build (default, implicit), run, both +# Valid ARGS: build (default, implicit), run, both # # -.if !defined(_INCLUDE_BISON_MK) -_INCLUDE_BISON_MK= yes +.if !defined(_INCLUDE_USES_BISON_MK) +_INCLUDE_USES_BISON_MK= yes _BISON_DEPENDS= bison:${PORTSDIR}/devel/bison Modified: head/Mk/Uses/fuse.mk ============================================================================== --- head/Mk/Uses/fuse.mk Mon Mar 11 04:04:11 2013 (r313854) +++ head/Mk/Uses/fuse.mk Mon Mar 11 06:43:13 2013 (r313855) @@ -6,11 +6,11 @@ # # Feature: fuse # Usage: USES=fuse -# Valid ARGS does not require args +# Valid ARGS: does not require args # # -.if !defined(_INCLUDE_FUSE_MK) -_INCLUDE_FUSE_MK= yes +.if !defined(_INCLUDE_USES_FUSE_MK) +_INCLUDE_USES_FUSE_MK= yes .if defined(fuse_ARGS) IGNORE= USES=fuse does not require args Modified: head/Mk/Uses/pathfix.mk ============================================================================== --- head/Mk/Uses/pathfix.mk Mon Mar 11 04:04:11 2013 (r313854) +++ head/Mk/Uses/pathfix.mk Mon Mar 11 06:43:13 2013 (r313855) @@ -7,11 +7,11 @@ # # Feature: pathfix # Usage: USES=pathfix -# Valid ARGS does not require args +# Valid ARGS: does not require args # # -.if !defined(_INCLUDE_PATHFIX_MK) -_INCLUDE_PATHFIX_MK= yes +.if !defined(_INCLUDE_USES_PATHFIX_MK) +_INCLUDE_USES_PATHFIX_MK= yes .if defined(pathfix_ARGS) IGNORE= USES=pathfix does not require args
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303110643.r2B6hDpW023151>