aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2014-10-03 17:46:44 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2014-10-03 17:46:44 +0000
commit1c54e9bd92f8141a70e87e23bdf8ed8d35c96265 (patch)
tree2ec774831bc17d44527834992dba42a12b9ae042 /math
parentf013458030dd9e6a9f4e2f1f7deada57bf6d7c37 (diff)
downloadports-1c54e9bd92f8141a70e87e23bdf8ed8d35c96265.tar.gz
ports-1c54e9bd92f8141a70e87e23bdf8ed8d35c96265.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/py-matplotlib/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 9c55c95bf3e4..5fd9c1a9a0a1 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= matplotlib
PORTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +13,14 @@ COMMENT= Plotting library uses a syntax familiar to MATLAB users
LICENSE= PSFL
-BUILD_DEPENDS= ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \
- ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
- ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing
+BUILD_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
libpng15.so:${PORTSDIR}/graphics/png
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PYNUMPY} \
+ {PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateut
+il \
+ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
+ ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing
USES= pkgconfig shebangfix python
USE_PYTHON= distutils autoplist