svn commit: r311954 - head/math/sage

Stephen Montgomery-Smith stephen at FreeBSD.org
Fri Feb 8 22:15:28 UTC 2013


Author: stephen
Date: Fri Feb  8 22:15:27 2013
New Revision: 311954
URL: http://svnweb.freebsd.org/changeset/ports/311954

Log:
  - Add shells/bash to build_depends and run_depends.
  
  Pointyhat:	stephen
  Submitted by:	Beni (private email).

Modified:
  head/math/sage/Makefile

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Fri Feb  8 22:12:17 2013	(r311953)
+++ head/math/sage/Makefile	Fri Feb  8 22:15:27 2013	(r311954)
@@ -13,10 +13,12 @@ EXTRACT_SUFX=	.tar
 MAINTAINER=	stephen at FreeBSD.org
 COMMENT=	Open source Mathematics software
 
-BUILD_DEPENDS=	latex:${PORTSDIR}/print/teTeX-base
+BUILD_DEPENDS=	latex:${PORTSDIR}/print/teTeX-base \
+		bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS=	atlas:${PORTSDIR}/math/atlas \
 		lapack:${PORTSDIR}/math/lapack \
 		jpeg:${PORTSDIR}/graphics/jpeg
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 # 387 option: this only makes a difference for the amd64 architecture.  Causes
 # the internal floating point calculations to be performed with extended


More information about the svn-ports-all mailing list