Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 15:17:50 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421701 - head/devel/libdombey
Message-ID:  <201609101517.u8AFHoHY085890@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Sep 10 15:17:50 2016
New Revision: 421701
URL: https://svnweb.freebsd.org/changeset/ports/421701

Log:
  devel/libdombey: document SSL requirement and set CFLAGS accordingly
  
  Approved by:	SSL blanket

Modified:
  head/devel/libdombey/Makefile

Modified: head/devel/libdombey/Makefile
==============================================================================
--- head/devel/libdombey/Makefile	Sat Sep 10 15:13:49 2016	(r421700)
+++ head/devel/libdombey/Makefile	Sat Sep 10 15:17:50 2016	(r421701)
@@ -12,7 +12,9 @@ COMMENT=	SCGI application server in a li
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		ssl
 USE_LDCONFIG=	yes
+CFLAGS+=	-I${OPENSSLINC}
 
 DESTDIRNAME=	STAGEDIR
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609101517.u8AFHoHY085890>