diff options
author | brnrd <brnrd@FreeBSD.org> | 2017-10-08 02:27:28 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2017-10-08 02:27:28 +0800 |
commit | c508ec39a4880876d2a4627b2e4e982d3ab86b01 (patch) | |
tree | 865feb31fb3d602d846660adb772dab05775c787 | |
parent | 550f0be8a80c08c603ce12dbe4b1d6023d49cfe0 (diff) | |
download | freebsd-ports-gnome-c508ec39a4880876d2a4627b2e4e982d3ab86b01.tar.gz freebsd-ports-gnome-c508ec39a4880876d2a4627b2e4e982d3ab86b01.tar.zst freebsd-ports-gnome-c508ec39a4880876d2a4627b2e4e982d3ab86b01.zip |
security/shibboleth-sp: Fix wrongly placed USE_APACHE=
PR: 222411
Approved by: maintainter timeout
Differential Revision: https://reviews.freebsd.org/D12308
-rw-r--r-- | security/shibboleth2-sp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index ed7fc8de523a..2c53602e8cc4 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -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="" |