From 55a433209f54198f4665483aae4f3c9b718fdfdd Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Fri, 11 Nov 2011 18:16:37 +0000 Subject: - 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 (maintainer), novel (mentor) Feature safe: yes --- math/py-matplotlib/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'math/py-matplotlib/Makefile') 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 -- cgit v1.2.3