diff options
author | stephen <stephen@FreeBSD.org> | 2015-06-03 07:09:57 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2015-06-03 07:09:57 +0800 |
commit | 8ae56ebe287c03dee7d81d7489fa21e4f37cba01 (patch) | |
tree | d75af85d241aa766d7fee08bd03925695d2cd0f8 /math | |
parent | d91cdbd82735da804695104d4d86225cc665889f (diff) | |
download | freebsd-ports-gnome-8ae56ebe287c03dee7d81d7489fa21e4f37cba01.tar.gz freebsd-ports-gnome-8ae56ebe287c03dee7d81d7489fa21e4f37cba01.tar.zst freebsd-ports-gnome-8ae56ebe287c03dee7d81d7489fa21e4f37cba01.zip |
- Add shells/bash as a build_depends.
Reference: http://beefy2.nyi.freebsd.org/data/93amd64-default/388357/logs/librsb-1.2.0r1.log
Diffstat (limited to 'math')
-rw-r--r-- | math/librsb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/librsb/Makefile b/math/librsb/Makefile index 4556116d0818..128bfa0915c9 100644 --- a/math/librsb/Makefile +++ b/math/librsb/Makefile @@ -14,7 +14,8 @@ COMMENT= Sparse matrix library LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed +BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \ + bash:${PORTSDIR}/shells/bash USES= fortran compiler:openmp gmake shebangfix GNU_CONFIGURE= yes |