Date: Wed, 24 Dec 2014 09:03:34 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375422 - in head/math/py-matplotlib: . files Message-ID: <201412240903.sBO93Zda002911@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412240903.sBO93Zda002911>