summaryrefslogtreecommitdiff
path: root/math/py-pytables
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-15 07:24:06 +0000
committerwiz <wiz>2016-07-15 07:24:06 +0000
commit30b78926f36303bed7cddb84670f5e562283845b (patch)
tree9b400b5e3f47aff250cdcf88e2e47f324ecb1da5 /math/py-pytables
parent1564b9fb172e39f6df23e634a6d555b459516668 (diff)
downloadpkgsrc-30b78926f36303bed7cddb84670f5e562283845b.tar.gz
Do not include py-numexpr/bl3.mk, just DEPEND on it.
Diffstat (limited to 'math/py-pytables')
-rw-r--r--math/py-pytables/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile
index 9482ac7e6dc..2941b962b73 100644
--- a/math/py-pytables/Makefile
+++ b/math/py-pytables/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2014/09/20 17:56:36 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2016/07/15 07:24:06 wiz Exp $
DISTNAME= tables-3.1.1
PKGNAME= ${PYPKGPREFIX}-py${DISTNAME}
@@ -14,6 +14,8 @@ PYSETUPBUILDARGS+= --hdf5=${BUILDLINK_PREFIX.hdf5}
PYSETUPINSTALLARGS= ${PYSETUPBUILDARGS}
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
+DEPENDS+= ${PYPKGPREFIX}-numexpr>=2.0:../../math/py-numexpr
+
USE_LANGUAGES= c c++
.include "options.mk"
@@ -34,6 +36,4 @@ do-test:
.include "../../math/py-numpy/buildlink3.mk"
BUILDLINK_API_DEPENDS.pycython+= ${PYPKGPREFIX}-cython>=0.13
.include "../../devel/py-cython/buildlink3.mk"
-BUILDLINK_API_DEPENDS.pynumexpr+= ${PYPKGPREFIX}-numexpr>=2.0
-.include "../../math/py-numexpr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"