Date: Sun, 15 Dec 2013 16:58:20 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336557 - head/math/petsc Message-ID: <201312151658.rBFGwKoW095350@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sun Dec 15 16:58:20 2013 New Revision: 336557 URL: http://svnweb.freebsd.org/changeset/ports/336557 Log: math/petsc: depends explicitly on "python" Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/math/petsc/Makefile Modified: head/math/petsc/Makefile ============================================================================== --- head/math/petsc/Makefile Sun Dec 15 16:54:02 2013 (r336556) +++ head/math/petsc/Makefile Sun Dec 15 16:58:20 2013 (r336557) @@ -11,7 +11,9 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151658.rBFGwKoW095350>