diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2015-01-04 08:23:23 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2015-01-04 08:23:23 +0000 |
commit | 49cb3686eb1e76a4d19e115e0701633af60405f3 (patch) | |
tree | 1cdae6561f79442fe9ad9ddb96f3f6a30fb515a4 /biology/libsbml | |
parent | fb27b2098a9566b82bb5cc3299754ca1c7e70d1e (diff) |
- Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by: antoine
With hat: python
Notes
Notes:
svn path=/head/; revision=376179
Diffstat (limited to 'biology/libsbml')
-rw-r--r-- | biology/libsbml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index c3d78e805a59..776d6a9ed331 100644 --- a/biology/libsbml/Makefile +++ b/biology/libsbml/Makefile @@ -25,7 +25,7 @@ OPTIONS_DEFINE= EXAMPLES PYTHON RUBY OPTIONS_SUB= yes PYTHON_BUILD_DEPENDS= swig2.0:${PORTSDIR}/devel/swig20 -PYTHON_USE= python=yes +PYTHON_USES= python PYTHON_CMAKE_ON= -DWITH_PYTHON:BOOL=ON \ -DPYTHON_INCLUDE_DIR:STRING="${PYTHON_INCLUDEDIR}" \ -DPYTHON_LIBRARY:STRING="${PYTHONBASE}/lib/lib${PYTHON_VERSION}.so" \ |