diff options
author | pi <pi@FreeBSD.org> | 2016-11-23 08:09:40 +0000 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-11-23 08:09:40 +0000 |
commit | 2b3522957aea7f21b968111b03216a49ea4cb397 (patch) | |
tree | c6317db2f77293ae88066a2d5e343b5dbb967e23 | |
parent | 6eee5b1ac992af64107f29659bcfa361ac184dad (diff) | |
download | FreeBSD-ports-2b3522957aea7f21b968111b03216a49ea4cb397.zip FreeBSD-ports-2b3522957aea7f21b968111b03216a49ea4cb397.tar.gz |
math/py-matplotlib: really depend on python2.7 and not on the metaport
PR: 214600
Submitted by: koobs
-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 1272c47..7db6095 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 |