svn commit: r501306 - head/science/nest

Yuri Victorovich yuri at FreeBSD.org
Sat May 11 21:01:56 UTC 2019


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=		*
 


More information about the svn-ports-all mailing list