View | Details | Raw Unified | Return to bug 222411
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 45-50 Link Here
45
FASTCGI_DESC=	FastCGI protocol support, e.g. for NGINX
45
FASTCGI_DESC=	FastCGI protocol support, e.g. for NGINX
46
APACHE_DESC=	Build Apache module
46
APACHE_DESC=	Build Apache module
47
47
48
APACHE_USE=	apache=22+
49
48
ODBC_CONFIGURE_ENABLE=	odbc
50
ODBC_CONFIGURE_ENABLE=	odbc
49
ODBC_LIB_DEPENDS=	libodbc.so:databases/unixODBC
51
ODBC_LIB_DEPENDS=	libodbc.so:databases/unixODBC
50
52
Lines 71-77 Link Here
71
.include <bsd.port.pre.mk>
73
.include <bsd.port.pre.mk>
72
74
73
.if ${PORT_OPTIONS:MAPACHE}
75
.if ${PORT_OPTIONS:MAPACHE}
74
USE_APACHE=	22+
75
.if "${APACHE_VERSION}" == 22
76
.if "${APACHE_VERSION}" == 22
76
CONFIGURE_ARGS+=--disable-apache-24 --enable-apache-22 --with-apxs22=${APXS}
77
CONFIGURE_ARGS+=--disable-apache-24 --enable-apache-22 --with-apxs22=${APXS}
77
PLIST_SUB+=	WITH_APACHE_22=""
78
PLIST_SUB+=	WITH_APACHE_22=""

Return to bug 222411