aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hadoop
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-13 00:46:15 +0800
committermarino <marino@FreeBSD.org>2016-09-13 00:46:15 +0800
commit0864c02d6f99c88e10e616d9e4b0c7dd63521ca9 (patch)
tree525c8f418ae4466bf45a3b8ed932b2a1314997dc /devel/hadoop
parent480e900cf933fa41fb30af4c1e1cde8e7ceeaa0c (diff)
downloadfreebsd-ports-gnome-0864c02d6f99c88e10e616d9e4b0c7dd63521ca9.tar.gz
freebsd-ports-gnome-0864c02d6f99c88e10e616d9e4b0c7dd63521ca9.tar.zst
freebsd-ports-gnome-0864c02d6f99c88e10e616d9e4b0c7dd63521ca9.zip
devel/hadoop: Document SSL build dependency and configure it
Approved by: SSL blanket
Diffstat (limited to 'devel/hadoop')
-rw-r--r--devel/hadoop/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/hadoop/Makefile b/devel/hadoop/Makefile
index 9ff3d518453e..8948cfb7580d 100644
--- a/devel/hadoop/Makefile
+++ b/devel/hadoop/Makefile
@@ -21,13 +21,15 @@ RUN_DEPENDS= bash:shells/bash
CONFLICTS_INSTALL= hadoop2-2*
-USES= cpe libtool
+USES= cpe libtool ssl:build
CPE_VENDOR= apache
USE_JAVA= yes
JAVA_VERSION= 1.7+
USE_ANT= yes
ONLY_FOR_ARCHS= amd64 i386
USE_LDCONFIG= yes
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB}
OPTIONS_DEFINE= DOCS