aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-05-08 19:36:25 +0800
committerijliao <ijliao@FreeBSD.org>2001-05-08 19:36:25 +0800
commitd4c880fd3c6e6889ab2b76f219c11c73133d18f0 (patch)
tree01c36d917725cfaed9e55a27b5efa0eafedffec2 /databases
parentdb630dc237ffcdc101bb5b0eb5b511f8c5374d45 (diff)
downloadfreebsd-ports-gnome-d4c880fd3c6e6889ab2b76f219c11c73133d18f0.tar.gz
freebsd-ports-gnome-d4c880fd3c6e6889ab2b76f219c11c73133d18f0.tar.zst
freebsd-ports-gnome-d4c880fd3c6e6889ab2b76f219c11c73133d18f0.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>
Diffstat (limited to 'databases')
-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}