diff options
| author | Kurt Jaeger <pi@FreeBSD.org> | 2016-11-23 08:09:40 +0000 |
|---|---|---|
| committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-11-23 08:09:40 +0000 |
| commit | 2e4255b7e564a7de7dd115bc1f0c0ccf5f0d20c8 (patch) | |
| tree | c6317db2f77293ae88066a2d5e343b5dbb967e23 /math | |
| parent | devel/awscli: add missing runtime dependency (diff) | |
math/py-matplotlib: really depend on python2.7 and not on the metaport
PR: 214600
Submitted by: koobs
Diffstat (limited to 'math')
| -rw-r--r-- | math/py-matplotlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 1272c479f8a9..7db6095a1e7c 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -3,6 +3,7 @@ PORTNAME= matplotlib PORTVERSION= 1.5.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +27,7 @@ RUN_DEPENDS= ${PYNUMPY} \ USE_GITHUB= yes -USES= compiler:c++11-lib gettext pkgconfig python:2 shebangfix uniquefiles:dirs +USES= compiler:c++11-lib gettext pkgconfig python:2.7 shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include |
