aboutsummaryrefslogtreecommitdiff
path: root/math/plplot
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-17 18:17:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-17 18:17:45 +0000
commitcb333cf1eccb98899b1700ca42a800ab92697fa4 (patch)
tree7f623e7c3f52defb4424cb7124504b8d4e77d35c /math/plplot
parente2a5e08ce3f52f8bff9eb487e88342c0ec9fff81 (diff)
Notes
Diffstat (limited to 'math/plplot')
-rw-r--r--math/plplot/Makefile5
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}"