summaryrefslogtreecommitdiff
path: root/www/ap-auth-pgsql
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-24 22:45:14 +0000
committerrecht <recht@pkgsrc.org>2004-07-24 22:45:14 +0000
commit8dc45652d46a220002347a3b36987cfcc6720ea4 (patch)
tree2a9af75a69e002a52d9f045391377b6b709f9e60 /www/ap-auth-pgsql
parent469aa0e7b0acb890daa191ae38db7d113e39ffb8 (diff)
downloadpkgsrc-8dc45652d46a220002347a3b36987cfcc6720ea4.tar.gz
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
Diffstat (limited to 'www/ap-auth-pgsql')
-rw-r--r--www/ap-auth-pgsql/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-auth-pgsql/Makefile b/www/ap-auth-pgsql/Makefile
index 78bd28b29d5..770be48d6fc 100644
--- a/www/ap-auth-pgsql/Makefile
+++ b/www/ap-auth-pgsql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/05/08 19:48:27 snj Exp $
+# $NetBSD: Makefile,v 1.5 2004/07/24 22:45:16 recht Exp $
DISTNAME= mod_auth_pgsql-0.9.12
PKGNAME= ap-auth-pgsql-0.9.12
@@ -15,7 +15,7 @@ USE_BUILDLINK3= YES
APACHE_MODULE_NAME= mod_auth_pgsql.so
-CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
+CPPFLAGS+= -I${PGSQL_PREFIX}/include/postgresql
LDFLAGS+= -lpq -lcrypt
post-install:
@@ -26,5 +26,5 @@ post-install:
.include "../../www/apache/module.mk"
-.include "../../databases/postgresql-lib/buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"