Index: head/security/shibboleth2-sp/Makefile =================================================================== --- head/security/shibboleth2-sp/Makefile +++ head/security/shibboleth2-sp/Makefile @@ -45,6 +45,8 @@ 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 @@ .include .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=""