aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2002-02-24 03:25:16 +0800
committerolgeni <olgeni@FreeBSD.org>2002-02-24 03:25:16 +0800
commitdf245b0a9f2f8be1bfaee448e217639e927d0715 (patch)
tree1bbfdfccde043cc070a6ee128568ae6de6dfa301 /databases
parent3251f270989ac4ded5ebb1f332f83ef112c80700 (diff)
downloadfreebsd-ports-graphics-df245b0a9f2f8be1bfaee448e217639e927d0715.tar.gz
freebsd-ports-graphics-df245b0a9f2f8be1bfaee448e217639e927d0715.tar.zst
freebsd-ports-graphics-df245b0a9f2f8be1bfaee448e217639e927d0715.zip
Fix include path for postgresql include files (they have been moved with
version 7.2). Approved by: demon
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-Pg-13/Makefile2
-rw-r--r--databases/p5-DBD-Pg/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile
index 5d2d67fec8f..1892b4569c1 100644
--- a/databases/p5-DBD-Pg-13/Makefile
+++ b/databases/p5-DBD-Pg-13/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}
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile
index 5d2d67fec8f..1892b4569c1 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}