diff options
author | olgeni <olgeni@FreeBSD.org> | 2002-02-23 19:25:16 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2002-02-23 19:25:16 +0000 |
commit | df245b0a9f2f8be1bfaee448e217639e927d0715 (patch) | |
tree | 1bbfdfccde043cc070a6ee128568ae6de6dfa301 /databases | |
parent | 3251f270989ac4ded5ebb1f332f83ef112c80700 (diff) | |
download | FreeBSD-ports-df245b0a9f2f8be1bfaee448e217639e927d0715.zip FreeBSD-ports-df245b0a9f2f8be1bfaee448e217639e927d0715.tar.gz |
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/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index 5d2d67f..1892b45 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 5d2d67f..1892b45 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} |