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
This commit is contained in:
parent
963ded2105
commit
7f28d750fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263435
1 changed files with 1 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue