diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-20 23:16:30 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-20 23:16:30 +0800 |
commit | 9c08d60a3f786e6d28faaa0ef2622cdc89120f9e (patch) | |
tree | b82ef35086a89c7c75936ac0e648b48dd3269403 /math | |
parent | e922f6100f867a1a6efe7d1a241b2324e9b0df95 (diff) | |
download | freebsd-ports-gnome-9c08d60a3f786e6d28faaa0ef2622cdc89120f9e.tar.gz freebsd-ports-gnome-9c08d60a3f786e6d28faaa0ef2622cdc89120f9e.tar.zst freebsd-ports-gnome-9c08d60a3f786e6d28faaa0ef2622cdc89120f9e.zip |
Use swig 3.0
Diffstat (limited to 'math')
-rw-r--r-- | math/plplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 75de36b02b1c..8e67f4bbd27d 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -59,8 +59,9 @@ LUA_CMAKE_BOOL= ENABLE_lua LUA_CMAKE_ON= -DLUA_EXECUTABLE:FILEPATH="${LUA_CMD}" PYTHON_USES= python:2.7 -PYTHON_BUILD_DEPENDS= swig:devel/swig13 \ +PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 \ ${PYNUMPY} +PYTHON_BINARY_ALIAS= swig=swig3.0 PYTHON_RUN_DEPENDS= ${PYNUMPY} PYTHON_CMAKE_BOOL= ENABLE_python PYTHON_CONFIGURE_ENV= PYTHON_VERSION="${PYTHON_VERSION}" |