diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-30 22:09:06 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-30 22:09:06 +0800 |
commit | 3ab45c63939d94de7b67c2d5c0cdc2dd8bcdcab3 (patch) | |
tree | e47de8a61d812d409a861994cec03c5444aecd56 /www | |
parent | 5b550ab827c08cdbdac51190d42fed85d8dbd1c2 (diff) | |
download | freebsd-ports-gnome-3ab45c63939d94de7b67c2d5c0cdc2dd8bcdcab3.tar.gz freebsd-ports-gnome-3ab45c63939d94de7b67c2d5c0cdc2dd8bcdcab3.tar.zst freebsd-ports-gnome-3ab45c63939d94de7b67c2d5c0cdc2dd8bcdcab3.zip |
Oups, yes, it builds, but it doesn't run.
Sponsored by: Absolight
Diffstat (limited to 'www')
-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 3d52c8fb276a..6de6cf3d2ebc 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 |