diff options
author | stephen <stephen@FreeBSD.org> | 2013-02-09 06:15:27 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2013-02-09 06:15:27 +0800 |
commit | 2e5ab7c2ef8aa7e6b2f08b00b276a4393c7e1b11 (patch) | |
tree | f70e5537df4a43dbf7065e920c57a8c38caed9cc /math/sage | |
parent | 0111bfe55936b9418798eb272d34d62d4c0c6b86 (diff) | |
download | freebsd-ports-gnome-2e5ab7c2ef8aa7e6b2f08b00b276a4393c7e1b11.tar.gz freebsd-ports-gnome-2e5ab7c2ef8aa7e6b2f08b00b276a4393c7e1b11.tar.zst freebsd-ports-gnome-2e5ab7c2ef8aa7e6b2f08b00b276a4393c7e1b11.zip |
- Add shells/bash to build_depends and run_depends.
Pointyhat: stephen
Submitted by: Beni (private email).
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index 74fc82ba0bf6..139cab9362da 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -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 |