svn commit: r378862 - head/devel/hive

Dmitry Sivachenko demon at FreeBSD.org
Thu Feb 12 06:17:21 UTC 2015


Author: demon
Date: Thu Feb 12 06:17:19 2015
New Revision: 378862
URL: https://svnweb.freebsd.org/changeset/ports/378862
QAT: https://qat.redports.org/buildarchive/r378862/

Log:
  Fix BUILD_DEPENDS

Modified:
  head/devel/hive/Makefile

Modified: head/devel/hive/Makefile
==============================================================================
--- head/devel/hive/Makefile	Thu Feb 12 02:21:02 2015	(r378861)
+++ head/devel/hive/Makefile	Thu Feb 12 06:17:19 2015	(r378862)
@@ -16,7 +16,8 @@ COMMENT=	Framework for data warehousing 
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3
+BUILD_DEPENDS=	${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3 \
+		bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		yarn:${PORTSDIR}/devel/hadoop2
 


More information about the svn-ports-all mailing list