aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-03-10 16:05:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-03-10 16:05:11 +0000
commit8485657edf30acc1a3013b14e3201fcf8e41b655 (patch)
tree3a8306669acc7721511e6a7ebf0c35b6c1dc3a69 /Mk
parent1b66a0ceb4d5b4b4956793c6203f1dda587f50f1 (diff)
downloadports-8485657edf30acc1a3013b14e3201fcf8e41b655.tar.gz
ports-8485657edf30acc1a3013b14e3201fcf8e41b655.zip
Update documentation for USES=bison with arguments alias and wrappers
Notes
Notes: svn path=/head/; revision=528181
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/bison.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/Mk/Uses/bison.mk b/Mk/Uses/bison.mk
index 2baa8d001735..0a833a6192fd 100644
--- a/Mk/Uses/bison.mk
+++ b/Mk/Uses/bison.mk
@@ -4,7 +4,12 @@
#
# Feature: bison
# Usage: USES=bison or USES=bison:ARGS
-# Valid ARGS: build (default, implicit), run, both
+# Valid ARGS: build (default, implicit), run, both, alias, wrappers
+#
+# 'alias' will automatically create a BINARY_ALIAS to use base
+# byacc invoked as bison
+# 'wrapper' will automatically create BINARY_WRAPPER to use base
+# byacc with a wrapper to mimic a bit more bison
#
# MAINTAINER: portmgr@FreeBSD.org