diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-12-15 16:58:20 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-15 16:58:20 +0000 |
commit | e7076883810f2ebef224f6aa7caf25451a80d97d (patch) | |
tree | b23307c79b81413346e75b12acdbcc628e000e37 /math | |
parent | 87410b086d1b0ff88aa268ba302a050693f82a79 (diff) | |
download | ports-e7076883810f2ebef224f6aa7caf25451a80d97d.tar.gz ports-e7076883810f2ebef224f6aa7caf25451a80d97d.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/petsc/Makefile | 4 |
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 |