[Lunar-commits] <moonbase> postgresql: oops.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Mar 9 15:45:57 CET 2009


commit 138af34e5ba929a91ec1fbb83fb9fc6c5ea94288
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Mon Mar 9 10:45:57 2009 -0400

    postgresql: oops.
---
 sql/postgresql/DEPENDS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sql/postgresql/DEPENDS b/sql/postgresql/DEPENDS
index 6d14740..af61ca5 100644
--- a/sql/postgresql/DEPENDS
+++ b/sql/postgresql/DEPENDS
@@ -5,8 +5,8 @@ optional_depends "perl"          "--with-perl"    "" "for perl programming"
 optional_depends "Python"        "--with-python"  "" "for python programming"
 optional_depends "Linux-PAM"     "--with-pam"     "" "for user authentication"
 
-optional_depends "timezone-data" "--without-system-tzdata"  \
-                 "" "use system timezone data"
+optional_depends "timezone-data" "--with-system-tzdata"  \
+                 "--without-system-tzdata" "use system timezone data"
 
 optional_depends "tcl"   "--with-tcl --with-tclconfig=/usr/lib" \
                  "" "for tcl scripting"


More information about the Lunar-commits mailing list