diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-31 19:24:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-31 19:24:39 +0000 |
commit | 562ca1e00e0c8028e89e1bd7b1312c5c44749883 (patch) | |
tree | a2ade60e490d27a51817e7cb435427368d6cadcd /www/ap-auth-postgresql | |
parent | 76dc1efa4c254ebb5ea02ecba7b877df1990ada3 (diff) | |
download | pkgsrc-562ca1e00e0c8028e89e1bd7b1312c5c44749883.tar.gz |
Add conflict with ap-auth-pgsql.
Diffstat (limited to 'www/ap-auth-postgresql')
-rw-r--r-- | www/ap-auth-postgresql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile index 56ea81396be..78c0a9f251b 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 22:55:22 grant Exp $ +# $NetBSD: Makefile,v 1.18 2003/07/31 19:24:39 wiz Exp $ DISTNAME= AuthPG-1.2b2 PKGNAME= ap-auth-postgresql-1.2b2 @@ -10,6 +10,8 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://home.bawi.org/~minskim/authpg/ COMMENT= Module to allow apache authentication against a Postgresql database +CONFLICTS= ap-auth-pgsql-[0-9]* + USE_BUILDLINK2= YES APACHE_MODULE_NAME= mod_auth_pg.so |