svn commit: r375422 - in head/math/py-matplotlib: . files

Antoine Brodin antoine at FreeBSD.org
Wed Dec 24 09:03:35 UTC 2014


Author: antoine
Date: Wed Dec 24 09:03:34 2014
New Revision: 375422
URL: https://svnweb.freebsd.org/changeset/ports/375422
QAT: https://qat.redports.org/buildarchive/r375422/

Log:
  Properly support png15

Deleted:
  head/math/py-matplotlib/files/patch-_png.cpp
Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Wed Dec 24 06:54:55 2014	(r375421)
+++ head/math/py-matplotlib/Makefile	Wed Dec 24 09:03:34 2014	(r375422)
@@ -15,7 +15,7 @@ LICENSE=	PSFL
 
 BUILD_DEPENDS=	${PYNUMPY} 
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
-		libpng15.so:${PORTSDIR}/graphics/png
+		libpng.so:${PORTSDIR}/graphics/png
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \
 		${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \


More information about the svn-ports-head mailing list