aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-03-11 14:43:13 +0800
committeraz <az@FreeBSD.org>2013-03-11 14:43:13 +0800
commit12f01bd41bb6757a84078be002bc0a7ab314e57b (patch)
tree2eaec2733ccff20cddc7be4d64f58d8affcbd41c /Mk/Uses
parente3ef222893dbc356e5adbf7576b986d6eadb3754 (diff)
downloadfreebsd-ports-gnome-12f01bd41bb6757a84078be002bc0a7ab314e57b.tar.gz
freebsd-ports-gnome-12f01bd41bb6757a84078be002bc0a7ab314e57b.tar.zst
freebsd-ports-gnome-12f01bd41bb6757a84078be002bc0a7ab314e57b.zip
- Change namespace for USES files
- Add missing colon Approved by: bapt@ (portmgr@)
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/bison.mk6
-rw-r--r--Mk/Uses/fuse.mk6
-rw-r--r--Mk/Uses/pathfix.mk6
3 files changed, 9 insertions, 9 deletions
diff --git a/Mk/Uses/bison.mk b/Mk/Uses/bison.mk
index d17c7c6a712d..d56c6cd2267c 100644
--- a/Mk/Uses/bison.mk
+++ b/Mk/Uses/bison.mk
@@ -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
diff --git a/Mk/Uses/fuse.mk b/Mk/Uses/fuse.mk
index 892770c707a8..5f888e6978a2 100644
--- a/Mk/Uses/fuse.mk
+++ b/Mk/Uses/fuse.mk
@@ -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
diff --git a/Mk/Uses/pathfix.mk b/Mk/Uses/pathfix.mk
index d6bb5694e361..75c78414ecc9 100644
--- a/Mk/Uses/pathfix.mk
+++ b/Mk/Uses/pathfix.mk
@@ -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