svn commit: r421701 - head/devel/libdombey

John Marino marino at FreeBSD.org
Sat Sep 10 15:17:51 UTC 2016


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
 


More information about the svn-ports-head mailing list