diff options
author | wg <wg@FreeBSD.org> | 2013-12-16 00:58:20 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-16 00:58:20 +0800 |
commit | 0fc558b1e9570164e0c9b641bb569f66ed0eaa84 (patch) | |
tree | b23307c79b81413346e75b12acdbcc628e000e37 | |
parent | 51f41dfc040adad3cbac571dcb2d7ab22970abc7 (diff) | |
download | freebsd-ports-gnome-0fc558b1e9570164e0c9b641bb569f66ed0eaa84.tar.gz freebsd-ports-gnome-0fc558b1e9570164e0c9b641bb569f66ed0eaa84.tar.zst freebsd-ports-gnome-0fc558b1e9570164e0c9b641bb569f66ed0eaa84.zip |
math/petsc: depends explicitly on "python"
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
-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 |