diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-17 18:17:45 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-17 18:17:45 +0000 |
| commit | cb333cf1eccb98899b1700ca42a800ab92697fa4 (patch) | |
| tree | 7f623e7c3f52defb4424cb7124504b8d4e77d35c /math/plplot | |
| parent | e2a5e08ce3f52f8bff9eb487e88342c0ec9fff81 (diff) | |
Notes
Diffstat (limited to 'math/plplot')
| -rw-r--r-- | math/plplot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 910116271d60..92951713bd9b 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -74,14 +74,13 @@ GD_USES= jpeg GD_CMAKE_BOOL= PLD_png LUA_USES= lua -LUA_BUILD_DEPENDS= swig3.0:devel/swig30 +LUA_BUILD_DEPENDS= swig:devel/swig LUA_CMAKE_BOOL= ENABLE_lua LUA_CMAKE_ON= -DLUA_EXECUTABLE:FILEPATH="${LUA_CMD}" PYTHON_USES= python:2.7 -PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 \ +PYTHON_BUILD_DEPENDS= swig:devel/swig \ ${PYNUMPY} -PYTHON_BINARY_ALIAS= swig=swig3.0 PYTHON_RUN_DEPENDS= ${PYNUMPY} PYTHON_CMAKE_BOOL= ENABLE_python PYTHON_CONFIGURE_ENV= PYTHON_VERSION="${PYTHON_VERSION}" |
