Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
d7b5f244
Commit
d7b5f244
authored
Feb 06, 2018
by
bdrewery
Browse files
Remove leading newline to FLAVORS.
Approved by: portmgr (implicit)
parent
05185d36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Mk/Uses/python.mk
View file @
d7b5f244
...
...
@@ -402,7 +402,11 @@ FLAVORS= ${_ALL_PYTHON_FLAVORS}
.
for
_v
in
${PYTHON_DEFAULT}
${PYTHON2_DEFAULT}
${PYTHON3_DEFAULT}
_f
=
py
${
_v
:S/.//
}
. if ${_ALL_PYTHON_FLAVORS
:
M${_f}} && !${FLAVORS:M${_f}}
.if
!empty(FLAVORS)
FLAVORS
:=
${FLAVORS}
${_f}
.
else
FLAVORS
:=
${_f}
.
endif
.
endif
.
endfor
.
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment