summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-15 16:58:20 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-15 16:58:20 +0000
commite7076883810f2ebef224f6aa7caf25451a80d97d (patch)
treeb23307c79b81413346e75b12acdbcc628e000e37 /math
parentdevel/py-lxml: switch from easy_install and stagify (diff)
math/petsc: depends explicitly on "python"
Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=336557
Diffstat (limited to 'math')
-rw-r--r--math/petsc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile
index 443513bbb4c4..f921605d595c 100644
--- a/math/petsc/Makefile
+++ b/math/petsc/Makefile
@@ -11,7 +11,9 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/
MAINTAINER= bf@FreeBSD.org
COMMENT= Portable, Extensible Toolkit for Scientific computation
-RUN_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \
+BUILD_DEPENDS= python:${PORTSDIR}/lang/python
+RUN_DEPENDS= python:${PORTSDIR}/lang/python \
+ ksh:${PORTSDIR}/shells/pdksh \
qsub:${PORTSDIR}/sysutils/torque
HAS_CONFIGURE= yes