svn commit: r336557 - head/math/petsc

William Grzybowski wg at FreeBSD.org
Sun Dec 15 16:58:20 UTC 2013


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 at 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


More information about the svn-ports-all mailing list