diff options
-rw-r--r-- | devel/hive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hive/Makefile b/devel/hive/Makefile index 4500fdefb1c0..f014fe61d938 100644 --- a/devel/hive/Makefile +++ b/devel/hive/Makefile @@ -16,7 +16,8 @@ COMMENT= Framework for data warehousing on top of Hadoop 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 |