Date: Sat, 2 Mar 2013 23:04:45 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313305 - head/math/py-matplotlib Message-ID: <201303022304.r22N4jTK080107@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sat Mar 2 23:04:45 2013 New Revision: 313305 URL: http://svnweb.freebsd.org/changeset/ports/313305 Log: - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation Modified: head/math/py-matplotlib/Makefile Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Sat Mar 2 22:53:56 2013 (r313304) +++ head/math/py-matplotlib/Makefile Sat Mar 2 23:04:45 2013 (r313305) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303022304.r22N4jTK080107>