mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Fix a typo in optional dependency
PR: ports/143295 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
This commit is contained in:
parent
f51a45b53a
commit
f35a54d577
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248775
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ PLIST_SUB+= FORTRAN="@comment "
|
|||
.if defined(WITH_PYTHON)
|
||||
BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 \
|
||||
f2py:${PORTSDIR}/math/py-numpy
|
||||
RUN_DEPENDS+= f2py:${PORTSDIR}//math/py-numpy
|
||||
RUN_DEPENDS+= f2py:${PORTSDIR}/math/py-numpy
|
||||
USE_PYTHON= yes
|
||||
PLIST_SUB+= PYTHON=""
|
||||
CONFIGURE_ENV+= PYTHON_VERSION="${PYTHON_VERSION}"
|
||||
|
|
Loading…
Add table
Reference in a new issue