diff options
author | adam <adam@pkgsrc.org> | 2017-11-15 14:19:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-11-15 14:19:43 +0000 |
commit | 82ccea7a2f07fbd92ce202471caec90276e71f20 (patch) | |
tree | eee1daa307c600d6426d6048933ca62a1f65caa6 /graphics/py-matplotlib | |
parent | ab2309f4096ab3067d2ea6b993252d533f4d41de (diff) | |
download | pkgsrc-82ccea7a2f07fbd92ce202471caec90276e71f20.tar.gz |
For Python 2.7: depend on py-backports.functools_lru_cache instead of py-functools32
Diffstat (limited to 'graphics/py-matplotlib')
-rw-r--r-- | graphics/py-matplotlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index 1dcb19c35b7..aeff2fa8922 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2017/06/05 07:28:47 adam Exp $ +# $NetBSD: Makefile,v 1.50 2017/11/15 14:19:43 adam Exp $ .include "Makefile.common" @@ -16,7 +16,7 @@ PYTHON_VERSIONED_DEPENDENCIES= cairo .include "../../lang/python/pyversion.mk" .if "${PYPKGPREFIX}" == "py27" -DEPENDS+= ${PYPKGPREFIX}-functools32-[0-9]*:../../devel/py-functools32 +DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache DEPENDS+= ${PYPKGPREFIX}-subprocess32-[0-9]*:../../devel/py-subprocess32 .endif |