Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 08:09:40 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426885 - head/math/py-matplotlib
Message-ID:  <201611230809.uAN89eKO012973@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Wed Nov 23 08:09:40 2016
New Revision: 426885
URL: https://svnweb.freebsd.org/changeset/ports/426885

Log:
  math/py-matplotlib: really depend on python2.7 and not on the metaport
  
  PR:		214600
  Submitted by:	koobs

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Wed Nov 23 07:58:21 2016	(r426884)
+++ head/math/py-matplotlib/Makefile	Wed Nov 23 08:09:40 2016	(r426885)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611230809.uAN89eKO012973>