diff options
author | recht <recht> | 2004-07-27 19:42:04 +0000 |
---|---|---|
committer | recht <recht> | 2004-07-27 19:42:04 +0000 |
commit | c5107b817b986c62d3bab90bbb9160dde8b47b39 (patch) | |
tree | 4e18ae4cb1db4afcf35656bba348c005fde639ca /www/ap-auth-postgresql | |
parent | d3c6886596e31ab2464d1224b1cb5d0b550985fd (diff) | |
download | pkgsrc-c5107b817b986c62d3bab90bbb9160dde8b47b39.tar.gz |
Set PGSQL_VERSION_REQD to 73 for now to fix the (bulk) build.
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 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 |