svn commit: r498611 - head/graphics/vigra

Antoine Brodin antoine at FreeBSD.org
Wed Apr 10 22:04:58 UTC 2019


Author: antoine
Date: Wed Apr 10 22:04:57 2019
New Revision: 498611
URL: https://svnweb.freebsd.org/changeset/ports/498611

Log:
  Fix dependencies for NUMPY option

Modified:
  head/graphics/vigra/Makefile

Modified: head/graphics/vigra/Makefile
==============================================================================
--- head/graphics/vigra/Makefile	Wed Apr 10 21:48:00 2019	(r498610)
+++ head/graphics/vigra/Makefile	Wed Apr 10 22:04:57 2019	(r498611)
@@ -41,10 +41,10 @@ OPENEXR_LIB_DEPENDS=	libIlmImf.so:graphics/openexr
 NUMPY_DESC=		NumPy mathematical computing (USE Fortran/GCC47+)
 NUMPY_CMAKE_BOOL=	WITH_VIGRANUMPY
 NUMPY_USES=		compiler:gcc-c++11-lib python:2.7,build
-NUMPY_BUILD_DEPENDS=	nosetests:devel/py-nose \
-			f2py:math/py-numpy
-NUMPY_RUN_DEPENDS=	nosetests:devel/py-nose \
-			f2py:math/py-numpy
+NUMPY_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
+			${PYNUMPY}
+NUMPY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
+			${PYNUMPY}
 NUMPY_LIB_DEPENDS=	${PY_BOOST}
 # On FreeBSD < 11 libc++ lacks support for sized delete operators.
 # GCC dropped the builtin version of these operators in 6+ by


More information about the svn-ports-all mailing list