aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-12-15 17:22:11 +0800
committerOlli Hauer <ohauer@FreeBSD.org>2013-12-15 17:22:11 +0800
commitb1613e441db295838b7cfbbc1a70b5f798b22083 (patch)
treeafd0f3b5a1e3b8d5e546914e25c2ab637bf4986e
parent89921b4b409ece52a4a71e57d58b4b799e43c88e (diff)
downloadfreebsd-ports-gnome-b1613e441db295838b7cfbbc1a70b5f798b22083.tar.gz
freebsd-ports-gnome-b1613e441db295838b7cfbbc1a70b5f798b22083.tar.zst
freebsd-ports-gnome-b1613e441db295838b7cfbbc1a70b5f798b22083.zip
- works only with apache22 not with apache24
PR: 184769 Submitted by: Kenneth Lind <exil@sasurai.se>
-rw-r--r--www/mod_auth_imap2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_imap2/Makefile b/www/mod_auth_imap2/Makefile
index c00d31b63ac4..d065a8cb4164 100644
--- a/www/mod_auth_imap2/Makefile
+++ b/www/mod_auth_imap2/Makefile
@@ -10,13 +10,13 @@ DISTNAME= mod_auth_imap2-${PORTVERSION}
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
-COMMENT= An Apache 2 module to provide authentication via an IMAP mail server
+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
NO_STAGE= yes
LATEST_LINK= mod_auth_imap2
AP_FAST_BUILD= yes