summaryrefslogtreecommitdiff
path: root/www/ap-auth-postgresql
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-27 19:42:04 +0000
committerrecht <recht@pkgsrc.org>2004-07-27 19:42:04 +0000
commit7486b1c2f30631215cb95e5e2436906022bc48c6 (patch)
tree4e18ae4cb1db4afcf35656bba348c005fde639ca /www/ap-auth-postgresql
parent26e73ff762499c94c8db4462adef634a622802a7 (diff)
downloadpkgsrc-7486b1c2f30631215cb95e5e2436906022bc48c6.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/Makefile4
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