Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2016 00:50:25 +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: r421889 - head/www/mod_webauth
Message-ID:  <201609120050.u8C0oPCC057839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Sep 12 00:50:25 2016
New Revision: 421889
URL: https://svnweb.freebsd.org/changeset/ports/421889

Log:
  www/mod_webauth: Document SSL requirement and configure its base
  
  Approved by:	SSL blanket

Modified:
  head/www/mod_webauth/Makefile

Modified: head/www/mod_webauth/Makefile
==============================================================================
--- head/www/mod_webauth/Makefile	Mon Sep 12 00:48:59 2016	(r421888)
+++ head/www/mod_webauth/Makefile	Mon Sep 12 00:50:25 2016	(r421889)
@@ -13,13 +13,14 @@ COMMENT=	Apache module for authenticatin
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libsasl2.so:security/cyrus-sasl2
 
-USES=		libtool pkgconfig
+USES=		libtool pkgconfig ssl
 USE_APACHE=	22+
 USE_OPENLDAP=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ldap-lib=${LOCALBASE}/lib \
-		--with-ldap-include=${LOCALBASE}/include
+		--with-ldap-include=${LOCALBASE}/include \
+		--with-openssl=${OPENSSLBASE}
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 



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