diff options
Diffstat (limited to 'devel/hadoop/Makefile')
-rw-r--r-- | devel/hadoop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/hadoop/Makefile b/devel/hadoop/Makefile index 0a4c47b452a5..9ff3d518453e 100644 --- a/devel/hadoop/Makefile +++ b/devel/hadoop/Makefile @@ -15,9 +15,9 @@ COMMENT= Apache Map/Reduce framework LICENSE= APACHE20 -BUILD_DEPENDS= gmake:${PORTSDIR}/devel/gmake \ - gsed:${PORTSDIR}/textproc/gsed -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= gmake:devel/gmake \ + gsed:textproc/gsed +RUN_DEPENDS= bash:shells/bash CONFLICTS_INSTALL= hadoop2-2* |