mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Mk/Uses/emacs.mk: Sort the default FLAVOR to be first in FLAVORS.
commit 9823f56764
has more information. Poudriere expects
the default to be always be first or it gets confused.
This commit is contained in:
parent
546f3b949f
commit
04dcdd1a96
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,10 @@ _EMACS_RUN_DEP= yes
|
|||
# Only set FLAVORS when...
|
||||
.if defined(_EMACS_RUN_DEP) && !defined(_EMACS_NOFLAVORS)
|
||||
FLAVORS= full canna nox devel_full devel_nox
|
||||
# Sort the default to be first
|
||||
.if defined(EMACS_DEFAULT)
|
||||
FLAVORS:= ${EMACS_DEFAULT} ${FLAVORS:N${EMACS_DEFAULT}}
|
||||
.endif
|
||||
.for flavor in ${EMACS_FLAVORS_EXCLUDE}
|
||||
FLAVORS:= ${FLAVORS:N${flavor}}
|
||||
.endfor
|
||||
|
|
Loading…
Add table
Reference in a new issue