diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-10-22 10:55:07 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-10-22 10:55:07 +0000 |
commit | 7f28d750fd5a6938da9fc5dd3c80ed4b2c6d0d5a (patch) | |
tree | 89d26133c6ffd4a95a82f9e55fdf628d2a7928a3 /math | |
parent | 963ded2105324bb943c45ed6aa410dcfab1f9937 (diff) |
Notes
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} |