mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Change namespace for USES files
- Add missing colon Approved by: bapt@ (portmgr@)
This commit is contained in:
parent
06652a1b43
commit
57bea98035
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313855
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user