svn commit: r383491 - head/devel/oozie

Dmitry Sivachenko demon at FreeBSD.org
Tue Apr 7 09:15:42 UTC 2015


Author: demon
Date: Tue Apr  7 09:15:41 2015
New Revision: 383491
URL: https://svnweb.freebsd.org/changeset/ports/383491

Log:
  Add missiong dep.

Modified:
  head/devel/oozie/Makefile

Modified: head/devel/oozie/Makefile
==============================================================================
--- head/devel/oozie/Makefile	Tue Apr  7 02:59:19 2015	(r383490)
+++ head/devel/oozie/Makefile	Tue Apr  7 09:15:41 2015	(r383491)
@@ -20,7 +20,8 @@ COMMENT=	Workflow scheduler for Hadoop
 LICENSE=	APACHE20
 
 BUILD_DEPENDS=	${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3 \
-		yarn:${PORTSDIR}/devel/hadoop2
+		yarn:${PORTSDIR}/devel/hadoop2 \
+		zip:${PORTSDIR}/archivers/zip
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		yarn:${PORTSDIR}/devel/hadoop2
 


More information about the svn-ports-all mailing list