diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-05 00:24:29 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-05 00:24:29 +0000 |
commit | f99181145b76ff56e8d466753263d3cfa40963ad (patch) | |
tree | a838da4aa31c066e43af16a8af52b3d4c5b29255 /databases | |
parent | Update p5-Pg, latest library booted off into its own project on gbort. (diff) |
Update the location of the PostgreSQL include files.
PR: ports/46718
Submitted by: Erwin Lansing <erwin@lansing.dk>
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 431d0c26831b..afb7642fcc46 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 <bsd.port.mk> .if defined(WITH_OLD_LAYOUT) -CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \ +CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include \ POSTGRES_LIB=${LOCALBASE}/lib .else .if exists(${LOCALBASE}/pgsql/bin/pg_config) diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 431d0c26831b..afb7642fcc46 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/pgsql \ +CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include \ POSTGRES_LIB=${LOCALBASE}/lib .else .if exists(${LOCALBASE}/pgsql/bin/pg_config) |