diff --git a/date.info b/date.info
index b2e9b48e..cece9b71 100644
--- a/date.info
+++ b/date.info
@@ -1,6 +1,6 @@
 name = Date
 description = Makes date/time fields available.
-dependencies[] = date_api
+dependencies[] = date:date_api
 package = Date/Time
 core = 7.x
 php = 5.2
diff --git a/date_all_day/date_all_day.info b/date_all_day/date_all_day.info
index 9f43f9d5..80fbaf2b 100644
--- a/date_all_day/date_all_day.info
+++ b/date_all_day/date_all_day.info
@@ -1,6 +1,6 @@
 name = Date All Day
 description = Adds 'All Day' functionality to date fields, including an 'All Day' theme and 'All Day' checkboxes for the Date select and Date popup widgets.
-dependencies[] = date_api
+dependencies[] = date:date_api
 dependencies[] = date
 package = Date/Time
 core = 7.x
diff --git a/date_migrate/date_migrate_example/date_migrate_example.info b/date_migrate/date_migrate_example/date_migrate_example.info
index f9f94752..e9136192 100644
--- a/date_migrate/date_migrate_example/date_migrate_example.info
+++ b/date_migrate/date_migrate_example/date_migrate_example.info
@@ -1,7 +1,7 @@
 core = "7.x"
 dependencies[] = "date"
-dependencies[] = "date_repeat"
-dependencies[] = "date_repeat_field"
+dependencies[] = "date:date_repeat"
+dependencies[] = "date:date_repeat_field"
 dependencies[] = "features"
 dependencies[] = "migrate"
 description = "Examples of migrating with the Date module"
diff --git a/date_popup/date_popup.info b/date_popup/date_popup.info
index 608b5c0e..39c14adc 100644
--- a/date_popup/date_popup.info
+++ b/date_popup/date_popup.info
@@ -1,6 +1,6 @@
 name = Date Popup
 description = Enables jquery popup calendars and time entry widgets for selecting dates and times.
-dependencies[] = date_api
+dependencies[] = date:date_api
 package = Date/Time
 core = 7.x
 configure = admin/config/date/date_popup
diff --git a/date_repeat/date_repeat.info b/date_repeat/date_repeat.info
index 2c3518f7..69155480 100644
--- a/date_repeat/date_repeat.info
+++ b/date_repeat/date_repeat.info
@@ -1,6 +1,6 @@
 name = Date Repeat API
 description = A Date Repeat API to calculate repeating dates and times from iCal rules.
-dependencies[] = date_api
+dependencies[] = date:date_api
 package = Date/Time
 core = 7.x
 php = 5.2
diff --git a/date_repeat_field/date_repeat_field.info b/date_repeat_field/date_repeat_field.info
index 4ac00b28..e6c41e61 100644
--- a/date_repeat_field/date_repeat_field.info
+++ b/date_repeat_field/date_repeat_field.info
@@ -1,8 +1,8 @@
 name = Date Repeat Field
 description = Creates the option of Repeating date fields and manages Date fields that use the Date Repeat API.
-dependencies[] = date_api
+dependencies[] = date:date_api
 dependencies[] = date
-dependencies[] = date_repeat
+dependencies[] = date:date_repeat
 stylesheets[all][] = date_repeat_field.css
 package = Date/Time
 core = 7.x
diff --git a/date_views/date_views.info b/date_views/date_views.info
index 21b9be03..da737c5d 100644
--- a/date_views/date_views.info
+++ b/date_views/date_views.info
@@ -1,7 +1,7 @@
 name = Date Views
 description = Views integration for date fields and date functionality.
 package = Date/Time
-dependencies[] = date_api
+dependencies[] = date:date_api
 dependencies[] = views
 core = 7.x
 php = 5.2
