svn commit: r370001 - head/devel/hadoop2
Dmitry Sivachenko
demon at FreeBSD.org
Sat Oct 4 21:53:36 UTC 2014
Author: demon
Date: Sat Oct 4 21:53:35 2014
New Revision: 370001
URL: https://svnweb.freebsd.org/changeset/ports/370001
QAT: https://qat.redports.org/buildarchive/r370001/
Log:
Fix path.
Modified:
head/devel/hadoop2/Makefile
Modified: head/devel/hadoop2/Makefile
==============================================================================
--- head/devel/hadoop2/Makefile Sat Oct 4 21:51:58 2014 (r370000)
+++ head/devel/hadoop2/Makefile Sat Oct 4 21:53:35 2014 (r370001)
@@ -22,7 +22,7 @@ LICENSE= APACHE20
BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3 \
cmake:${PORTSDIR}/devel/cmake \
- protoc:${PORTSDIR}/devel/protobuf25
+ ${LOCALBASE}/protobuf25/bin/protoc:${PORTSDIR}/devel/protobuf25
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
CONFLICTS_INSTALL= apache-hadoop-1*
More information about the svn-ports-head
mailing list