diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-06 02:12:50 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-06 02:12:50 +0800 |
commit | 96478bc6dd306d4bb4bebe6e3b05b461c37091ee (patch) | |
tree | d3c6c2c35b120b5681240a917f703822a4685180 /databases | |
parent | 359c2eff24ec914fb714b782bea39a0f44f0eaff (diff) | |
download | freebsd-ports-gnome-96478bc6dd306d4bb4bebe6e3b05b461c37091ee.tar.gz freebsd-ports-gnome-96478bc6dd306d4bb4bebe6e3b05b461c37091ee.tar.zst freebsd-ports-gnome-96478bc6dd306d4bb4bebe6e3b05b461c37091ee.zip |
Backout include path fix described in ports/46718, PR fixed in 1.41.
Submitted by: fjoe
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 afb7642fcc46..431d0c26831b 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 \ +CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \ 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 afb7642fcc46..431d0c26831b 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 \ +CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \ POSTGRES_LIB=${LOCALBASE}/lib .else .if exists(${LOCALBASE}/pgsql/bin/pg_config) |