svn commit: r388394 - head/math/librsb

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue Jun 2 23:09:58 UTC 2015


Author: stephen
Date: Tue Jun  2 23:09:57 2015
New Revision: 388394
URL: https://svnweb.freebsd.org/changeset/ports/388394

Log:
  - Add shells/bash as a build_depends.
  
  Reference:	http://beefy2.nyi.freebsd.org/data/93amd64-default/388357/logs/librsb-1.2.0r1.log

Modified:
  head/math/librsb/Makefile

Modified: head/math/librsb/Makefile
==============================================================================
--- head/math/librsb/Makefile	Tue Jun  2 23:05:35 2015	(r388393)
+++ head/math/librsb/Makefile	Tue Jun  2 23:09:57 2015	(r388394)
@@ -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


More information about the svn-ports-head mailing list