diff options
author | joerg <joerg@pkgsrc.org> | 2012-03-26 14:06:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-03-26 14:06:53 +0000 |
commit | 343bf62d5d3900b969f0149171f49a7195f1ef66 (patch) | |
tree | 13729d3c420ad943e4a02555135ea782264e2960 /www/ap-auth-mysql | |
parent | 77174e9e5770227ffbe97df433b0cc483155410d (diff) | |
download | pkgsrc-343bf62d5d3900b969f0149171f49a7195f1ef66.tar.gz |
Doesn't work with Apache 1.3
Diffstat (limited to 'www/ap-auth-mysql')
-rw-r--r-- | www/ap-auth-mysql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-auth-mysql/Makefile b/www/ap-auth-mysql/Makefile index 7e84422e137..c96ffbe4ec7 100644 --- a/www/ap-auth-mysql/Makefile +++ b/www/ap-auth-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/04/01 15:11:58 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2012/03/26 14:06:53 joerg Exp $ # DISTNAME= mod-auth-mysql_4.3.9.orig @@ -14,6 +14,8 @@ COMMENT= Module to allow apache authentication against a MySQL database PKG_DESTDIR_SUPPORT= user-destdir +PKG_APACHE_ACCEPTED= apache2 apache22 + CONFLICTS= ap-auth-mysql-[0-9]* GNU_CONFIGURE= yes |