aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Pg
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-01-05 18:12:50 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-01-05 18:12:50 +0000
commit4fc2eceff438204fb8cb8f0ab88c5cf767e4b237 (patch)
treecb8b15d84b5ad735691f54c05a2a20c31f0a9d0a /databases/p5-DBD-Pg
parent8890bc7343b12123cd5e819ea1a2553001f99b36 (diff)
downloadports-4fc2eceff438204fb8cb8f0ab88c5cf767e4b237.tar.gz
ports-4fc2eceff438204fb8cb8f0ab88c5cf767e4b237.zip
Notes
Diffstat (limited to 'databases/p5-DBD-Pg')
-rw-r--r--databases/p5-DBD-Pg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile
index afb7642fcc46..431d0c26831b 100644
--- a/databases/p5-DBD-Pg/Makefile
+++ b/databases/p5-DBD-Pg/Makefile
@@ -27,7 +27,7 @@ MAN3= DBD::Pg.3 DBD::dbd-pg.3
.include <bsd.port.mk>
.if defined(WITH_OLD_LAYOUT)
-CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include \
+CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \
POSTGRES_LIB=${LOCALBASE}/lib
.else
.if exists(${LOCALBASE}/pgsql/bin/pg_config)