diff options
| -rw-r--r-- | databases/pspg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/pspg/Makefile b/databases/pspg/Makefile index 446271311031..70ff67ef5d59 100644 --- a/databases/pspg/Makefile +++ b/databases/pspg/Makefile @@ -28,8 +28,7 @@ OPTIONS_DEFAULT= PGSQL PGSQL_DESC= Work as PostgreSQL interactive client PGSQL_USES= pgsql -PGSQL_CONFIGURE_OFF= --without-postgresql -PGSQL_CONFIGURE_ON= --with-postgresql=yes +PGSQL_CONFIGURE_WITH= postgresql=yes PGSQL_VARS= WANT_PGSQL=client post-install: |
