summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-02 23:04:45 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-02 23:04:45 +0000
commit4226f978f783b948be6189831180f45bd6a6caa4 (patch)
tree3a2e92c65215b985edd597d61c818040671ed268 /math
parentAssign to gnome@ (diff)
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Notes
Notes: svn path=/head/; revision=313305
Diffstat (limited to 'math')
-rw-r--r--math/py-matplotlib/Makefile5
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