From 96478bc6dd306d4bb4bebe6e3b05b461c37091ee Mon Sep 17 00:00:00 2001 From: seanc Date: Sun, 5 Jan 2003 18:12:50 +0000 Subject: Backout include path fix described in ports/46718, PR fixed in 1.41. Submitted by: fjoe --- databases/p5-DBD-Pg-13/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/p5-DBD-Pg-13/Makefile') diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index afb7642fcc46..431d0c26831b 100644 --- a/databases/p5-DBD-Pg-13/Makefile +++ b/databases/p5-DBD-Pg-13/Makefile @@ -27,7 +27,7 @@ MAN3= DBD::Pg.3 DBD::dbd-pg.3 .include .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) -- cgit