svn commit: r313305 - head/math/py-matplotlib

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Mar 2 23:04:46 UTC 2013


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


More information about the svn-ports-all mailing list