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