diff options
author | jrm <jrm@FreeBSD.org> | 2018-02-03 00:10:43 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-02-03 00:10:43 +0800 |
commit | ec4375266915be61e9e99a968e7e6d1ed6ef787d (patch) | |
tree | 11c232bb895ca22e0eaf757cf893f635123f22d5 /UPDATING | |
parent | 001eb68e4a90da425bb31966a2e428db26faf313 (diff) | |
download | freebsd-ports-gnome-ec4375266915be61e9e99a968e7e6d1ed6ef787d.tar.gz freebsd-ports-gnome-ec4375266915be61e9e99a968e7e6d1ed6ef787d.tar.zst freebsd-ports-gnome-ec4375266915be61e9e99a968e7e6d1ed6ef787d.zip |
UPDATING: Improve description of DEFAULT_VERSIONS+=emacs=<flavor>
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -39,8 +39,9 @@ you update your ports collection, before attempting any port upgrades. # make FLAVOR=nox install # make FLAVOR=devel_full - An alternative to the default flavor, full, can be set in make.conf. For - example, to set the nox flavor as the default, use + For ports using Emacs, an alternative to the default flavor, full, + can be set in make.conf. For example, to automatically depend on + emacs-nox, use DEFAULT_VERSIONS+=emacs=nox |