From 8ff028081c1282c352e3f47aeff6fd96845681b5 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 18 Feb 2003 00:34:43 +0000 Subject: use the postgresql-lib BUILDLINK_PREFIX. --- www/ap-auth-postgresql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile index 27a34c6a4bc..970cabf65cc 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/02/17 22:34:41 grant Exp $ +# $NetBSD: Makefile,v 1.16 2003/02/18 00:34:43 grant Exp $ DISTNAME= AuthPG-1.2b2 PKGNAME= ap-auth-postgresql-1.2b2 @@ -14,7 +14,7 @@ USE_BUILDLINK2= YES APACHE_MODULE_NAME= mod_auth_pg.so -CPPFLAGS+= -I${LOCALBASE}/include/postgresql +CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql LDFLAGS+= -lpq -lcrypt post-install: -- cgit v1.2.3