diff options
author | demon <demon@FreeBSD.org> | 2014-10-02 21:36:09 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-10-02 21:36:09 +0800 |
commit | 37ec0486f00c0355ccddaf5224e447cb05dc79f6 (patch) | |
tree | 856841d9760f0b1ac8fb7b3cfd434cb728e29477 /math | |
parent | 535d75d967e1051c9a3d89f6484202748ac9c3f6 (diff) | |
download | freebsd-ports-gnome-37ec0486f00c0355ccddaf5224e447cb05dc79f6.tar.gz freebsd-ports-gnome-37ec0486f00c0355ccddaf5224e447cb05dc79f6.tar.zst freebsd-ports-gnome-37ec0486f00c0355ccddaf5224e447cb05dc79f6.zip |
Add missing dep.
Submitted by: olgeni
Approved by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/py-matplotlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 491b2aa683a2..9c55c95bf3e4 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -14,7 +14,8 @@ LICENSE= PSFL BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz + ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng15.so:${PORTSDIR}/graphics/png RUN_DEPENDS:= ${BUILD_DEPENDS} |