aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Pg
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-08 11:36:25 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-08 11:36:25 +0000
commit68d2ac525ec2aa51941d08fee1b823a65aad5f38 (patch)
tree5a070ee3547f517a14eb6d40c567425b0234d8a0 /databases/p5-Pg
parenta2a8c8edfc32dac23b78f9929a28361196821153 (diff)
downloadports-68d2ac525ec2aa51941d08fee1b823a65aad5f38.tar.gz
ports-68d2ac525ec2aa51941d08fee1b823a65aad5f38.zip
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 <girgen@partitur.se>
Notes
Notes: svn path=/head/; revision=42400
Diffstat (limited to 'databases/p5-Pg')
-rw-r--r--databases/p5-Pg/Makefile4
1 files changed, 2 insertions, 2 deletions
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}