diff options
author | mat <mat@FreeBSD.org> | 2014-09-30 22:04:22 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-09-30 22:04:22 +0800 |
commit | 2e86c128b1d26bb2740432c9db6f63e06c7d41fc (patch) | |
tree | cd7d154813e3d739a4f166b2d2442fec444a2203 /www/mod_auth_imap2 | |
parent | 0022ab2cc205d9987be07dc2c929f345b79c25ab (diff) | |
download | freebsd-ports-gnome-2e86c128b1d26bb2740432c9db6f63e06c7d41fc.tar.gz freebsd-ports-gnome-2e86c128b1d26bb2740432c9db6f63e06c7d41fc.tar.zst freebsd-ports-gnome-2e86c128b1d26bb2740432c9db6f63e06c7d41fc.zip |
This builds with apache 2.4.
Sponsored by: Absolight
Diffstat (limited to 'www/mod_auth_imap2')
-rw-r--r-- | www/mod_auth_imap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_imap2/Makefile b/www/mod_auth_imap2/Makefile index 6de6cf3d2ebc..3d52c8fb276a 100644 --- a/www/mod_auth_imap2/Makefile +++ b/www/mod_auth_imap2/Makefile @@ -16,7 +16,7 @@ COMMENT= Apache 2 module to provide authentication via an IMAP mail server LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} -USE_APACHE= 22 +USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes |