svn commit: r456832 - head/math/plplot

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 20 15:16:31 UTC 2017


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}"


More information about the svn-ports-head mailing list