diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-03-03 07:04:45 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-03-03 07:04:45 +0800 |
commit | 83a1fd868109bd2bfbb1c7798e0543eb1dda120f (patch) | |
tree | 3a2e92c65215b985edd597d61c818040671ed268 /math/py-matplotlib | |
parent | 30ec514c55eb9986faafcf06d9d4cf75682986c0 (diff) | |
download | freebsd-ports-gnome-83a1fd868109bd2bfbb1c7798e0543eb1dda120f.tar.gz freebsd-ports-gnome-83a1fd868109bd2bfbb1c7798e0543eb1dda120f.tar.zst freebsd-ports-gnome-83a1fd868109bd2bfbb1c7798e0543eb1dda120f.zip |
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index f882e88cc3f6..37ad9872bd1e 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -3,6 +3,7 @@ PORTNAME= matplotlib PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= http://cloud.github.com/downloads/matplotlib/matplotlib/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -61,8 +62,8 @@ PLIST_SUB+= GTKAGGBACKEND="@comment " .endif .if defined(WITH_TKAGGBACKEND) -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter USE_TCL_RUN= yes USE_TK_RUN= yes |