svn commit: r421936 - head/devel/hadoop

John Marino marino at FreeBSD.org
Mon Sep 12 16:46:17 UTC 2016


Author: marino
Date: Mon Sep 12 16:46:15 2016
New Revision: 421936
URL: https://svnweb.freebsd.org/changeset/ports/421936

Log:
  devel/hadoop: Document SSL build dependency and configure it
  
  Approved by:	SSL blanket

Modified:
  head/devel/hadoop/Makefile

Modified: head/devel/hadoop/Makefile
==============================================================================
--- head/devel/hadoop/Makefile	Mon Sep 12 16:24:16 2016	(r421935)
+++ head/devel/hadoop/Makefile	Mon Sep 12 16:46:15 2016	(r421936)
@@ -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
 


More information about the svn-ports-head mailing list