svn commit: r363581 - head/databases/hbase

Dmitry Sivachenko demon at FreeBSD.org
Thu Jul 31 12:41:08 UTC 2014


Author: demon
Date: Thu Jul 31 12:41:08 2014
New Revision: 363581
URL: http://svnweb.freebsd.org/changeset/ports/363581
QAT: https://qat.redports.org/buildarchive/r363581/

Log:
  Fix depends.

Modified:
  head/databases/hbase/Makefile

Modified: head/databases/hbase/Makefile
==============================================================================
--- head/databases/hbase/Makefile	Thu Jul 31 12:40:11 2014	(r363580)
+++ head/databases/hbase/Makefile	Thu Jul 31 12:41:08 2014	(r363581)
@@ -17,9 +17,10 @@ COMMENT=	Hadoop database, a distributed,
 LICENSE=	APACHE20
 
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash \
+		cmake:${PORTSDIR}/devel/cmake \
 		${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
-		${LOCALBASE}/zookeeper/bin/zkServer.sh:${PORTSDIR}/devel/zookeeper
+		yarn:${PORTSDIR}/devel/hadoop2
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.7+


More information about the svn-ports-head mailing list