diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 10:42:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 10:42:11 +0000 |
commit | 88a143795b9227ef4773709a8e2372162c54a835 (patch) | |
tree | 3182fb44dad0c320cc37f70948c7d6de2ec8f326 /databases/libgda5 | |
parent | 9d17bde769942c8318daad52f09326c960af0d60 (diff) |
Notes
Diffstat (limited to 'databases/libgda5')
-rw-r--r-- | databases/libgda5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index 5b9a02de18be..bdde71dc03ee 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -74,7 +74,7 @@ CONFIGURE_ARGS+= --without-mysql .endif .if ${LIBGDA5_SLAVE}==postgresql -USE_PGSQL= yes +USES+= pgsql CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} .else CONFIGURE_ARGS+= --without-postgres |