From 9e4957ec9582027b8065d5cd28a79aca3254292a Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 21 Jan 2004 09:35:08 +0000 Subject: Put back MAKE_ENV settings lost in previous commit that told Makefile.PL where the PostgreSQL headers and libraries were located. --- databases/p5-DBD-postgresql/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'databases/p5-DBD-postgresql') diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index aade1f2ea80..1a8df146ad5 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/01/05 22:16:24 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2004/01/21 09:35:08 jlam Exp $ # VER= 1.22 @@ -20,6 +20,11 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/Pg/.packlist PGUSER?= pgsql PGPREFIX= ${PREFIX}/${PGUSER} +POSTGRES_INCLUDE= ${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql +POSTGRES_LIB= ${BUILDLINK_PREFIX.postgresql-lib}/lib +MAKE_ENV+= POSTGRES_INCLUDE="${POSTGRES_INCLUDE}" +MAKE_ENV+= POSTGRES_LIB="${POSTGRES_LIB}" + .include "../../databases/p5-DBI/buildlink3.mk" .include "../../databases/postgresql-lib/buildlink3.mk" .include "../../lang/perl5/module.mk" -- cgit v1.2.3