Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 22:15:28 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311954 - head/math/sage
Message-ID:  <201302082215.r18MFSV6063198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302082215.r18MFSV6063198>