diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-05 08:24:29 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-05 08:24:29 +0800 |
commit | fb9673adafd1af5172363519946930649e2522b9 (patch) | |
tree | 8a5c0c85bc5448d8dd357c0bccb92f7b41c1d509 /databases | |
parent | dcdb66e7a984b2ef1da0a1e1f03f748e95f376d9 (diff) | |
download | freebsd-ports-gnome-fb9673adafd1af5172363519946930649e2522b9.tar.gz freebsd-ports-gnome-fb9673adafd1af5172363519946930649e2522b9.tar.zst freebsd-ports-gnome-fb9673adafd1af5172363519946930649e2522b9.zip |
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) |