security/shibboleth-sp: Fix wrongly placed USE_APACHE=

PR:		222411
Approved by:	maintainter timeout
Differential Revision:	https://reviews.freebsd.org/D12308
This commit is contained in:
Bernard Spil 2017-10-07 18:27:28 +00:00
parent c4057c228c
commit 3e0f82b641
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451470

View File

@ -45,6 +45,8 @@ MEMCACHED_DESC= Store sessions in memcached
FASTCGI_DESC= FastCGI protocol support, e.g. for NGINX
APACHE_DESC= Build Apache module
APACHE_USE= apache=22+
ODBC_CONFIGURE_ENABLE= odbc
ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC
@ -71,7 +73,6 @@ CONFIGURE_ARGS+= --disable-doxygen-doc
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MAPACHE}
USE_APACHE= 22+
.if "${APACHE_VERSION}" == 22
CONFIGURE_ARGS+=--disable-apache-24 --enable-apache-22 --with-apxs22=${APXS}
PLIST_SUB+= WITH_APACHE_22=""