From 48f133252e2e3897fc6422a3ed3437a984ba9b6d Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sat, 23 Feb 2002 19:25:16 +0000 Subject: Fix include path for postgresql include files (they have been moved with version 7.2). Approved by: demon --- databases/p5-DBD-Pg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/p5-DBD-Pg') diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 5d2d67fec8f8..1892b4569c19 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include/pgsql \ +CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include \ POSTGRES_LIB=${PREFIX}/lib MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -- cgit v1.2.3