diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-03-11 00:05:11 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-03-11 00:05:11 +0800 |
commit | 8485657edf30acc1a3013b14e3201fcf8e41b655 (patch) | |
tree | 3a8306669acc7721511e6a7ebf0c35b6c1dc3a69 /Mk | |
parent | 1b66a0ceb4d5b4b4956793c6203f1dda587f50f1 (diff) | |
download | freebsd-ports-gnome-8485657edf30acc1a3013b14e3201fcf8e41b655.tar.gz freebsd-ports-gnome-8485657edf30acc1a3013b14e3201fcf8e41b655.tar.zst freebsd-ports-gnome-8485657edf30acc1a3013b14e3201fcf8e41b655.zip |
Update documentation for USES=bison with arguments alias and wrappers
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/bison.mk | 7 |
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 |