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
8ae01947
Commit
8ae01947
authored
Aug 15, 2014
by
mva
Browse files
- Fix USE_PYTHON knob handling. Features are to be separated with spaces, not
comma With hat: python@
parent
242a64d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Mk/Uses/python.mk
View file @
8ae01947
...
...
@@ -315,7 +315,7 @@ USE_PYTHON+= noegginfo
# COMPAT KNOBS END
# Make each individual feature available as _PYTHON_FEATURE_<FEATURENAME>
.for var in ${USE_PYTHON
:
S/
,
/ /g
}
.for
var
in
${USE_PYTHON}
_PYTHON_FEATURE_${var
:
tu}= yes
.endfor
...
...
graphics/py-chart/Makefile
View file @
8ae01947
...
...
@@ -15,7 +15,7 @@ COMMENT= Create high quality Encapsulated Postscript, PDF, or PNG charts
LICENSE
=
GPLv2
USE_GHOSTSCRIPT_RUN
=
yes
USE_PYTHON
=
distutils
,
autoplist
USE_PYTHON
=
distutils
autoplist
USES
=
python:2.7
.
include
<bsd.port.mk>
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