svn commit: r421785 - head/security/ocaml-ssl

John Marino marino at FreeBSD.org
Sun Sep 11 04:04:13 UTC 2016


Author: marino
Date: Sun Sep 11 04:04:12 2016
New Revision: 421785
URL: https://svnweb.freebsd.org/changeset/ports/421785

Log:
  security/ocaml-ssl: Add SSL flags
  
  Approved by:	SSL blanket

Modified:
  head/security/ocaml-ssl/Makefile

Modified: head/security/ocaml-ssl/Makefile
==============================================================================
--- head/security/ocaml-ssl/Makefile	Sun Sep 11 03:54:07 2016	(r421784)
+++ head/security/ocaml-ssl/Makefile	Sun Sep 11 04:04:12 2016	(r421785)
@@ -13,13 +13,12 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	savonet
 GH_PROJECT=	ocaml-ssl
 
-USES=		autoreconf gmake
+USES=		autoreconf gmake ssl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--docdir=${DOCSDIR}
 MAKE_ENV=	OCAMLFIND_INSTFLAGS="-ldconf ignore"
 MAKE_JOBS_UNSAFE=	yes
 
-USE_OPENSSL=		yes
 USE_OCAML=		yes
 USE_OCAML_FINDLIB=	yes
 USE_OCAML_LDCONFIG=	yes
@@ -27,6 +26,10 @@ USE_OCAMLFIND_PLIST=	yes
 
 ALL_TARGET=	all doc
 
+CPPFLAGS+=	-I${OPENSSLINC}
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
+
 DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
 PORTDOCS=	*
 


More information about the svn-ports-all mailing list