diff options
author | demon <demon@FreeBSD.org> | 2016-02-05 20:53:18 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2016-02-05 20:53:18 +0800 |
commit | 4cc6b8e9b23fb685e8d38e2e7befdf89651d90c4 (patch) | |
tree | aa0c520edda8aa07b503d5d111a6468cb20e4421 | |
parent | 0ec7477834fa9bffeaba6085af7c944efc1630b0 (diff) | |
download | freebsd-ports-gnome-4cc6b8e9b23fb685e8d38e2e7befdf89651d90c4.tar.gz freebsd-ports-gnome-4cc6b8e9b23fb685e8d38e2e7befdf89651d90c4.tar.zst freebsd-ports-gnome-4cc6b8e9b23fb685e8d38e2e7befdf89651d90c4.zip |
Make life of pig users a bit harder.
PR: 206916
Submitted by: amdmi3
-rw-r--r-- | devel/pig/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/pig/Makefile b/devel/pig/Makefile index def42a526b04..c32a4ef3318b 100644 --- a/devel/pig/Makefile +++ b/devel/pig/Makefile @@ -17,14 +17,12 @@ COMMENT= Engine for executing data flows in parallel on Hadoop LICENSE= APACHE20 -.if defined(PACKAGE_BUILDING) -BROKEN= tries to make outbound http connection during build phase breaking tinderbox. Software itself does not have known issues, remove this BROKEN line and build your own package -.endif - BUILD_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ yarn:${PORTSDIR}/devel/hadoop2 +BROKEN= tries to make outbound http connection during build phase breaking tinderbox. Software itself does not have known issues, remove this BROKEN line and build your own package + USE_JAVA= yes JAVA_VERSION= 1.7+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src |