Date: Wed, 20 Dec 2017 15:16:30 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456832 - head/math/plplot Message-ID: <201712201516.vBKFGUqG086769@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Dec 20 15:16:30 2017 New Revision: 456832 URL: https://svnweb.freebsd.org/changeset/ports/456832 Log: Use swig 3.0 Modified: head/math/plplot/Makefile Modified: head/math/plplot/Makefile ============================================================================== --- head/math/plplot/Makefile Wed Dec 20 15:12:29 2017 (r456831) +++ head/math/plplot/Makefile Wed Dec 20 15:16:30 2017 (r456832) @@ -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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712201516.vBKFGUqG086769>