aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2010-10-22 18:55:07 +0800
committerrene <rene@FreeBSD.org>2010-10-22 18:55:07 +0800
commit14e710f4162770484da425e937762469fe36d751 (patch)
treee5a1a09a9b814df36e5dd8fc14aa876fb0943a5e /math
parent84e57f2f179701be8a005531a882da235ebdcc16 (diff)
downloadfreebsd-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/Makefile3
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}