diff options
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 |