diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-11-11 18:16:37 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-11-11 18:16:37 +0000 |
commit | 55a433209f54198f4665483aae4f3c9b718fdfdd (patch) | |
tree | 85a1d536fa9cd4af8fa8f7947ad269d379008cb8 /math/py-matplotlib/Makefile | |
parent | - Update to 1.2 (diff) |
- fix build on FreeBSD 10
- strict python versions to 2.6-2.7
- bump USE_WX to 2.8+ according to matplotlib docs
- fix pkg-plist after switching this port to wxPython 2.8+
- bump PORTREVISION
PR: ports/161716
Submitted by: rm (myself)
Approved by: Geoffrey Mainland <mainland@apeiron.net> (maintainer),
novel (mentor)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285590
Diffstat (limited to 'math/py-matplotlib/Makefile')
-rw-r--r-- | math/py-matplotlib/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index dbf3ec26ea82..d8efdc916f74 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -8,7 +8,7 @@ PORTNAME= matplotlib PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz -USE_PYTHON= 2.4+ +USE_PYTHON= 2.6-2.7 USE_PYDISTUTILS=yes CFLAGS+= -I${LOCALBASE}/include @@ -85,17 +85,13 @@ PLIST_SUB+= TKAGGBACKEND="@comment " .endif .if defined(WITH_WXAGGBACKEND) -USE_WX= 2.6 +USE_WX= 2.8+ WX_COMPS= python CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" WXAGG_BACKEND= True - -PLIST_SUB+= WXAGGBACKEND="" .else WXAGG_BACKEND= False - -PLIST_SUB+= WXAGGBACKEND="@comment " .endif .include <bsd.port.pre.mk> |