summaryrefslogtreecommitdiff
path: root/www/ap-auth-postgresql/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2004-07-24 22:45:14 +0000
committerrecht <recht>2004-07-24 22:45:14 +0000
commit6dba7134d2d72854734da5e00a30e8096b8ebddd (patch)
tree2a9af75a69e002a52d9f045391377b6b709f9e60 /www/ap-auth-postgresql/Makefile
parent6472d754246fb309de49aa32e601f17fdb8e67b8 (diff)
downloadpkgsrc-6dba7134d2d72854734da5e00a30e8096b8ebddd.tar.gz
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
Diffstat (limited to 'www/ap-auth-postgresql/Makefile')
-rw-r--r--www/ap-auth-postgresql/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile
index 14d1dfd580a..27da9520265 100644
--- a/www/ap-auth-postgresql/Makefile
+++ b/www/ap-auth-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/05/08 19:48:27 snj Exp $
+# $NetBSD: Makefile,v 1.22 2004/07/24 22:45:16 recht Exp $
DISTNAME= AuthPG-1.4
PKGNAME= ap-auth-postgresql-1.4
@@ -16,7 +16,7 @@ USE_BUILDLINK3= YES
APACHE_MODULE_NAME= mod_auth_pg.so
-CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
+CPPFLAGS+= -I${PGSQL_PREFIX}/include/postgresql
LDFLAGS+= -lpq -lcrypt
DOCDIR= ${PREFIX}/share/doc/mod_auth_pg
@@ -34,5 +34,5 @@ post-install:
.include "../../www/apache/module.mk"
-.include "../../databases/postgresql-lib/buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"