Date: Sat, 11 May 2019 21:01:55 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501306 - head/science/nest Message-ID: <201905112101.x4BL1tV7089157@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat May 11 21:01:54 2019 New Revision: 501306 URL: https://svnweb.freebsd.org/changeset/ports/501306 Log: science/nest: PYTHON_USE=python=cython instead of PYTHON_BUILD_DEPENDS Reported by: mat Modified: head/science/nest/Makefile Modified: head/science/nest/Makefile ============================================================================== --- head/science/nest/Makefile Sat May 11 20:40:33 2019 (r501305) +++ head/science/nest/Makefile Sat May 11 21:01:54 2019 (r501306) @@ -28,7 +28,7 @@ OPTIONS_SUB= yes PYTHON_CMAKE_BOOL= BUILD_PYTHON PYTHON_USES= python PYTHON_CMAKE_ON= -DCYTHON_EXECUTABLE:STRING=${PREFIX}/bin/cython-${PYTHON_VER} -PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} +PYTHON_USE= python=cython PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905112101.x4BL1tV7089157>