From 5aa80ca5bd48de4c911f26bd4e36c590db768dbf Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 30 Jan 2018 10:20:11 +0000 Subject: Now DEPENDS on py-matplotlib rather than buildlinking --- math/py-scikit-image/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'math') diff --git a/math/py-scikit-image/Makefile b/math/py-scikit-image/Makefile index 6e380ccf72a..9dfda4920d2 100644 --- a/math/py-scikit-image/Makefile +++ b/math/py-scikit-image/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/11/22 11:14:52 markd Exp $ +# $NetBSD: Makefile,v 1.2 2018/01/30 10:20:11 adam Exp $ DISTNAME= scikit-image-0.13.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,16 +11,16 @@ COMMENT= Image processing routines for SciPy LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-Pillow>=2.9.0:../../graphics/py-Pillow -DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-PyWavelets>=0.5.2:../../math/py-pywavelets +DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib DEPENDS+= ${PYPKGPREFIX}-networkx>=1.9:../../math/py-networkx DEPENDS+= ${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy -DEPENDS+= ${PYPKGPREFIX}-PyWavelets>=0.5.2:../../math/py-pywavelets +DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} skivi skivi${PYVERSSUFFIX} || ${TRUE} .include "../../devel/py-cython/buildlink3.mk" -.include "../../graphics/py-matplotlib/buildlink3.mk" .include "../../lang/python/egg.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3