diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-03 00:10:43 +0800 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-03 00:10:43 +0800 |
commit | 567c258d16a043e57406504915e3206b7f72d6d1 (patch) | |
tree | 11c232bb895ca22e0eaf757cf893f635123f22d5 /UPDATING | |
parent | 3a24592a1848ad17bbf6ed4fab2b89c9a6fb4406 (diff) | |
download | freebsd-ports-gnome-567c258d16a043e57406504915e3206b7f72d6d1.tar.gz freebsd-ports-gnome-567c258d16a043e57406504915e3206b7f72d6d1.tar.zst freebsd-ports-gnome-567c258d16a043e57406504915e3206b7f72d6d1.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 |