summaryrefslogtreecommitdiff
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
parentUpdate to 1.0.23. (diff)
Backout include path fix described in ports/46718, PR fixed in 1.41.
Submitted by: fjoe
Notes
Notes: svn path=/head/; revision=72583
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)