diff options
Diffstat (limited to 'databases/p5-DBD-Pg')
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |