[Lunar-commits] r22684 - moonbase/trunk/sql/libdbi-drivers
Dennis Veatch
stumbles at lunar-linux.org
Thu Dec 21 02:07:31 CET 2006
Author: stumbles
Date: 2006-12-21 02:07:31 +0100 (Thu, 21 Dec 2006)
New Revision: 22684
Modified:
moonbase/trunk/sql/libdbi-drivers/DEPENDS
Log:
Just adding another driver.
Modified: moonbase/trunk/sql/libdbi-drivers/DEPENDS
===================================================================
--- moonbase/trunk/sql/libdbi-drivers/DEPENDS 2006-12-20 21:04:49 UTC (rev 22683)
+++ moonbase/trunk/sql/libdbi-drivers/DEPENDS 2006-12-21 01:07:31 UTC (rev 22684)
@@ -5,4 +5,6 @@
optional_depends "sqlite2" "--with-sqlite" "" \
"to build the SQLite2 driver" &&
optional_depends "mysql" "--with-mysql" "" \
- "to build the MySQL driver"
+ "to build the MySQL driver" &&
+optional_depends "postgresql" "--with-pgsql" "" \
+ "to build the postgresql driver"
More information about the Lunar-commits
mailing list