diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-26 16:28:22 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-26 16:28:22 +0200 |
commit | 86755f9574677e8e607db6aa58e99a91e743749a (patch) | |
tree | ca6afe896b26effea13d07c7ae311571fef1106d /libraries/libdbi-drivers/README | |
parent | 729657201947c410e2f96bdbec097eb18c5066ae (diff) | |
download | slackbuilds-86755f9574677e8e607db6aa58e99a91e743749a.tar.gz |
libraries/libdbi-drivers: Fixed dep information
Diffstat (limited to 'libraries/libdbi-drivers/README')
-rw-r--r-- | libraries/libdbi-drivers/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libraries/libdbi-drivers/README b/libraries/libdbi-drivers/README index 3b68a7d681..e4a1b41c6a 100644 --- a/libraries/libdbi-drivers/README +++ b/libraries/libdbi-drivers/README @@ -3,7 +3,6 @@ abstraction layer written in C. Drivers are distributed separately from the library itself. This includes the drivers for mysql and sqlite by default. -if the PGSQL="true" variable is set, then postgresql will is -required and will be built as well. - -This requires libdbi. +If the optional dependecy postgresql is installed and the +PGSQL="true" variable is set, then driver for it will be built +as well. |