Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
a755346e
Commit
a755346e
authored
Dec 04, 2017
by
mat
Browse files
Depend on pkgnames and not files, always better.
Sponsored by: Absolight
parent
7c448aaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Mk/Uses/python.mk
View file @
a755346e
...
...
@@ -661,8 +661,8 @@ CMAKE_ARGS+= -DPython_ADDITIONAL_VERSIONS=${PYTHON_VER}
# Python 3rd-party modules
PYGAME
=
${PYTHON_PKGNAMEPREFIX}
game>0:devel/py-game@
${PY_FLAVOR}
PYNUMERIC
=
${PYTHON_
SITELIBDIR}
/Numeric/Numeric.py
:math/py-numeric@
${PY_FLAVOR}
PYNUMPY
=
${PYTHON_
SITELIBDIR}
/numpy/core/numeric.py
:math/py-numpy@
${PY_FLAVOR}
PYNUMERIC
=
${PYTHON_
PKGNAMEPREFIX}
numeric>0
:math/py-numeric@
${PY_FLAVOR}
PYNUMPY
=
${PYTHON_
PKGNAMEPREFIX}
numpy>0
:math/py-numpy@
${PY_FLAVOR}
# Common Python modules that can be needed but only for some versions of Python.
.if
${PYTHON_REL}
<
3400
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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