svn commit: r421889 - head/www/mod_webauth

John Marino marino at FreeBSD.org
Mon Sep 12 00:50:26 UTC 2016


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
 


More information about the svn-ports-head mailing list