Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2019 22:04:57 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498611 - head/graphics/vigra
Message-ID:  <201904102204.x3AM4v5F000321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904102204.x3AM4v5F000321>