aboutsummaryrefslogtreecommitdiff
path: root/science/mayavi
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-02 22:32:48 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-02 22:32:48 +0000
commitddb097c515164665524ac44bdad0a760e6d7e9cc (patch)
tree189a0a82202d8273b3544d953ccfd229c1eb7faf /science/mayavi
parent2a1a40c8bffa56d60449805274bebe889eb98fc8 (diff)
downloadports-ddb097c515164665524ac44bdad0a760e6d7e9cc.tar.gz
ports-ddb097c515164665524ac44bdad0a760e6d7e9cc.zip
Notes
Diffstat (limited to 'science/mayavi')
-rw-r--r--science/mayavi/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/science/mayavi/Makefile b/science/mayavi/Makefile
index cef332f2dec3..2f739c1faa63 100644
--- a/science/mayavi/Makefile
+++ b/science/mayavi/Makefile
@@ -1,14 +1,9 @@
-# ex:ts=8
-# Ports collection makefile for: mayavi
-# Date created: Mar 9, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= mayavi
PORTVERSION= 1.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science python
MASTER_SITES= SF
DISTNAME= MayaVi-${PORTVERSION}
@@ -16,9 +11,9 @@ DISTNAME= MayaVi-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A scientific data visualizer
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/vtk.pth:${PORTSDIR}/math/vtk-python \
- ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+ ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
USE_PYDISTUTILS= yes