diff options
author | rene <rene@FreeBSD.org> | 2010-10-22 18:55:07 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-10-22 18:55:07 +0800 |
commit | 14e710f4162770484da425e937762469fe36d751 (patch) | |
tree | e5a1a09a9b814df36e5dd8fc14aa876fb0943a5e /math | |
parent | 84e57f2f179701be8a005531a882da235ebdcc16 (diff) | |
download | freebsd-ports-gnome-14e710f4162770484da425e937762469fe36d751.tar.gz freebsd-ports-gnome-14e710f4162770484da425e937762469fe36d751.tar.zst freebsd-ports-gnome-14e710f4162770484da425e937762469fe36d751.zip |
Remove explicit dependency on graphics/agg, to reduce dependencies.
The built-in agg was already used.
PR: ports/151450
Submitted by: Emil Smolenski [am raisa eu org]
Approved by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/py-matplotlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index f2fa8c801b12..f3141eb80a83 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -19,8 +19,7 @@ COMMENT= A plotting library uses a syntax familiar to matlab users BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ - ${LOCALBASE}/lib/libagg.a:${PORTSDIR}/graphics/agg + ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ png.6:${PORTSDIR}/graphics/png RUN_DEPENDS= ${PYNUMPY} |