diff options
author | recht <recht@pkgsrc.org> | 2004-07-27 19:42:04 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-27 19:42:04 +0000 |
commit | 9ef2a7a35b2cfc64e22cfc17b5ea56fb10fa501f (patch) | |
tree | 4e18ae4cb1db4afcf35656bba348c005fde639ca /www | |
parent | 688c5b1b84b39fdd6820005d1c5f03837647058c (diff) | |
download | pkgsrc-9ef2a7a35b2cfc64e22cfc17b5ea56fb10fa501f.tar.gz |
Set PGSQL_VERSION_REQD to 73 for now to fix the (bulk) build.
Diffstat (limited to 'www')
-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 27da9520265..0ee712f01e6 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/07/24 22:45:16 recht Exp $ +# $NetBSD: Makefile,v 1.23 2004/07/27 19:42:04 recht Exp $ DISTNAME= AuthPG-1.4 PKGNAME= ap-auth-postgresql-1.4 @@ -14,6 +14,8 @@ CONFLICTS= ap-auth-pgsql-[0-9]* USE_BUILDLINK3= YES +PGSQL_VERSION_REQD= 73 + APACHE_MODULE_NAME= mod_auth_pg.so CPPFLAGS+= -I${PGSQL_PREFIX}/include/postgresql |