diff options
author | joerg <joerg@pkgsrc.org> | 2006-03-20 19:59:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-03-20 19:59:21 +0000 |
commit | fe2e06881370689f880bbbf04739e3fb8f603edc (patch) | |
tree | 6e476024686720113954e0dc96b89ef2b35d76fb /www/ap-auth-postgresql/Makefile | |
parent | 20320983b8ed7784623adae9308be150db6f8259 (diff) | |
download | pkgsrc-fe2e06881370689f880bbbf04739e3fb8f603edc.tar.gz |
Fix build with newer PostgreSQL versions, remove requirement for 7.3.
Diffstat (limited to 'www/ap-auth-postgresql/Makefile')
-rw-r--r-- | www/ap-auth-postgresql/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile index a8785890c16..d6c9abcf992 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/02/05 23:11:17 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/03/20 19:59:21 joerg Exp $ DISTNAME= AuthPG-1.4 PKGNAME= ap-auth-postgresql-1.4 @@ -13,8 +13,6 @@ COMMENT= Module to allow apache authentication against a Postgresql database CONFLICTS= ap-auth-pgsql-[0-9]* -PGSQL_VERSION_REQD= 73 - APACHE_MODULE_NAME= mod_auth_pg.so CPPFLAGS+= -I${PGSQL_PREFIX}/include/postgresql |