diff options
author | demon <demon@FreeBSD.org> | 2014-10-04 01:46:44 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-10-04 01:46:44 +0800 |
commit | c63f8dbd6b554f229901fa2306c88c9f5e0dde89 (patch) | |
tree | 2ec774831bc17d44527834992dba42a12b9ae042 /math/py-matplotlib | |
parent | ed7500b9b67a59b525da290220e4ab890923008c (diff) | |
download | freebsd-ports-gnome-c63f8dbd6b554f229901fa2306c88c9f5e0dde89.tar.gz freebsd-ports-gnome-c63f8dbd6b554f229901fa2306c88c9f5e0dde89.tar.zst freebsd-ports-gnome-c63f8dbd6b554f229901fa2306c88c9f5e0dde89.zip |
Bump PORTREVISION because of additon of py-parsing dep;
Move some python modules deps out of BUILD_DEPENDS (they seem to be
runtime only).
Thanks to Mikhail Tsatsenko <m.tsatsenko@gmail.com>,
Geoffrey Mainland <mainland@apeiron.net> (maintainer)
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 12 |
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 |