From 402f859c5ccf701e8f9dd64403e6d9b355740bb7 Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Tue, 2 Jun 2015 23:09:57 +0000 Subject: [PATCH] - Add shells/bash as a build_depends. Reference: http://beefy2.nyi.freebsd.org/data/93amd64-default/388357/logs/librsb-1.2.0r1.log --- math/librsb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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