summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/hadoop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hadoop/Makefile b/devel/hadoop/Makefile
index 5bbfa573c4ae..a6d52e6a873c 100644
--- a/devel/hadoop/Makefile
+++ b/devel/hadoop/Makefile
@@ -66,7 +66,7 @@ CONF= capacity-scheduler.xml configuration.xsl core-site.xml hadoop-env.sh hado
hadoop-policy.xml hdfs-site.xml log4j.properties mapred-queue-acls.xml mapred-site.xml taskcontroller.cfg
MAKE_ARGS= -Dbuild.classes=${WRKSRC}/hadoop-core-${PORTVERSION}.jar -Dversion=${PORTVERSION} -Dcompile.native=true \
- -Dcompile.c++=true -Dmake.cmd=${MAKE_CMD} -Dlibhdfs=1 -Dlibrecordio=true -Dskip.record-parser=true
+ -Dcompile.c++=true -Dmake.cmd=gmake -Dlibhdfs=1 -Dlibrecordio=true -Dskip.record-parser=true
ALL_TARGET= compile-core-native compile-c++ compile-c++-libhdfs compile-c++-pipes compile-c++-utils
.include <bsd.port.options.mk>