From 68d2ac525ec2aa51941d08fee1b823a65aad5f38 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 8 May 2001 11:36:25 +0000 Subject: With postgresql-7.1, the installer can choose to install according to traditional layout, or to install in /usr/local, obeying hier(7). For both ways to work, port depending on postgresql need to accept both locations for includes and libs. PR: 26918 Submitted by: Palle Girgensohn --- databases/p5-Pg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases') diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index 882762de81dd..c363544a9bd0 100644 --- a/databases/p5-Pg/Makefile +++ b/databases/p5-Pg/Makefile @@ -19,8 +19,8 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 PERL_CONFIGURE= yes -CONFIGURE_ENV= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \ - POSTGRES_LIB=${LOCALBASE}/lib +CONFIGURE_ENV= POSTGRES_INCLUDE="${LOCALBASE}/include/pgsql -I${LOCALBASE}/pgsql/include" \ + POSTGRES_LIB="${LOCALBASE}/lib -L${LOCALBASE}/pgsql/lib" MAN3= Pg.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -- cgit v1.2.3