summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2015-04-13 08:10:29 +0000
committermanu <manu@pkgsrc.org>2015-04-13 08:10:29 +0000
commit65ca3cfb5a426d700ff97c5a3869ef129c16c34b (patch)
tree873677889a7fa799244f751dbda729d9a72ddf4a
parent3c36517c2f2ca90f12db5453d3b383e0391e12bd (diff)
downloadpkgsrc-65ca3cfb5a426d700ff97c5a3869ef129c16c34b.tar.gz
Allow apache 2.4 ito be used with ap2-auth-mellon.
-rw-r--r--www/ap2-auth-mellon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-auth-mellon/Makefile b/www/ap2-auth-mellon/Makefile
index 78045c14ce9..5653a254ed0 100644
--- a/www/ap2-auth-mellon/Makefile
+++ b/www/ap2-auth-mellon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/04/03 15:53:34 manu Exp $
+# $NetBSD: Makefile,v 1.31 2015/04/13 08:10:29 manu Exp $
#
DISTNAME= mod_auth_mellon-0.10.0
@@ -18,7 +18,7 @@ USE_TOOLS+= pkg-config
CFLAGS+= -DLASSO_SERVER_LOAD_METADATA_FLAG_DEFAULT=0
APACHE_MODULE= YES
-PKG_APACHE_ACCEPTED= apache22
+PKG_APACHE_ACCEPTED= apache22 apache24
.include "../../mk/apache.mk"
BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47