diff options
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 |